aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-07-27 11:34:40 +0200
committerJoakim Verona2011-07-27 11:34:40 +0200
commitfac8cc50bdc7afff12e6c3ec6327ecd63d6425bb (patch)
tree0db9d4e25a2cce0d17f9c56cf6cbdfc3749d0718 /test/ChangeLog
parent0527c8f155cf94a1f6db9bd84b1d86501259a332 (diff)
parent1ddd96f5cf0b06846edd03d6b225c31206cee0b7 (diff)
downloademacs-fac8cc50bdc7afff12e6c3ec6327ecd63d6425bb.tar.gz
emacs-fac8cc50bdc7afff12e6c3ec6327ecd63d6425bb.zip
merge upstream
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index add4d9c7664..11b3d9b5e2d 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,25 @@
12011-07-26 Ulf Jasper <ulf.jasper@web.de>
2
3 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
4 Removed, simply use string=.
5 (icalendar--diarytime-to-isotime)
6 (icalendar--datetime-to-diary-date)
7 (icalendar--datestring-to-isodate)
8 (icalendar--format-ical-event)
9 (icalendar--parse-summary-and-rest)
10 (icalendar-tests--do-test-import)
11 (icalendar-tests--do-test-cycle) : Changed argument order of
12 string= to EXPECTED ACTUAL.
13 (icalendar--import-format-sample)
14 (icalendar--format-ical-event)
15 (icalendar-import-non-recurring)
16 (icalendar-import-rrule)
17 (icalendar-import-duration)
18 (icalendar-import-bug-6766)
19 (icalendar-real-world): Adjusted to string= instead of
20 icalendar-tests--compare-strings.
21 (icalendar-import-multiple-vcalendars): New.
22
12011-05-11 Teodor Zlatanov <tzz@lifelogs.com> 232011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
2 24
3 * automated/gnus-tests.el: Add wrapper for Gnus tests. 25 * automated/gnus-tests.el: Add wrapper for Gnus tests.