aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
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.