aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorUlf Jasper2011-07-26 17:36:04 +0200
committerUlf Jasper2011-07-26 17:36:04 +0200
commit68575ab00b802b29b0bc74ebb3780a81a7550698 (patch)
tree62ba205f221522f676a14ef6f3d4527a32dd6586 /test/ChangeLog
parentd6f0886cf1d99d80c45a8a57a7bcce42dc623c3c (diff)
downloademacs-68575ab00b802b29b0bc74ebb3780a81a7550698.tar.gz
emacs-68575ab00b802b29b0bc74ebb3780a81a7550698.zip
icalendar: Take care of multiple vcalendars in a single file.
lisp/ChangeLog: * calendar/icalendar.el (icalendar--all-events): Take care of multiple vcalendars in a single file. (icalendar--convert-float-to-ical): checkdoc fixes. * automated/icalendar-tests.el (icalendar-tests--compare-strings): Removed, simply use string=. (icalendar--diarytime-to-isotime) (icalendar--datetime-to-diary-date) (icalendar--datestring-to-isodate) (icalendar--format-ical-event) (icalendar--parse-summary-and-rest) (icalendar-tests--do-test-import) (icalendar-tests--do-test-cycle) : Changed argument order of string= to EXPECTED ACTUAL. (icalendar--import-format-sample) (icalendar--format-ical-event) (icalendar-import-non-recurring) (icalendar-import-rrule) (icalendar-import-duration) (icalendar-import-bug-6766) (icalendar-real-world): Adjusted to string= instead of icalendar-tests--compare-strings. (icalendar-import-multiple-vcalendars): New.
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.