1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
emacs/test
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
..
automated icalendar: Take care of multiple vcalendars in a single file. 2011-07-26 17:36:04 +02:00
cedet Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
indent * lisp/progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case 2011-02-09 13:59:55 -05:00
ChangeLog icalendar: Take care of multiple vcalendars in a single file. 2011-07-26 17:36:04 +02:00
eshell.el Fix typos. 2011-07-14 03:09:00 +02:00
newsticker-testsuite.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
README Mention etc/compilation.txt 2009-07-26 15:59:37 +00:00
redisplay-testsuite.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00

This directory contains files intended to test various aspects of
Emacs's functionality.  Please help add tests!

(Also, see etc/compilation.txt for compilation mode font lock tests.)