1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
emacs/test/automated
Ulf Jasper 68575ab00b 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.
2011-07-26 17:36:04 +02:00
..
bytecomp-tests.el Convert test/bytecomp-testsuite.el to ERT format. 2011-02-14 16:21:42 -05:00
comint-testsuite.el Convert test/comint-testsuite.el to ERT format. 2011-05-08 17:43:07 -04:00
compile-tests.el Add regression test for compilation-error-regexp-alist-alist. 2011-05-08 21:22:05 -04:00
ert-tests.el Added fast path to ERT explanation of `equal'. 2011-03-03 02:01:51 -07:00
ert-x-tests.el Use a single Author: header. 2011-05-14 13:13:30 -07:00
font-parse-tests.el Convert test/comint-testsuite.el to ERT format. 2011-05-08 17:43:07 -04:00
gnus-tests.el * automated/gnus-tests.el: Require CL. 2011-05-11 16:34:40 -05:00
icalendar-tests.el icalendar: Take care of multiple vcalendars in a single file. 2011-07-26 17:36:04 +02:00
lexbind-tests.el Miscellanous cleanups in preparation for the merge. 2011-04-01 11:16:50 -04:00
Makefile.in
occur-tests.el * test/automated/occur-tests.el: Move from test/occur-testsuite.el. 2011-05-10 03:21:32 +04:00