* test/lisp/calendar/icalendar-tests.el (ert-x): Required for 'ert-resource-file'. (icalendar-tests--data-dir): Removed. (icalendar-tests--get-file-contents): Use 'ert-resource-file' for finding test data files. * test/data/icalendar/*: Moved to test/lisp/calendar/icalendar-resources/. * test/lisp/calendar/icalendar-resources/*: Moved from test/data/icalendar.
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
BEGIN:VCALENDAR
|
|
PRODID:-//Emacs//NONSGML icalendar.el//EN
|
|
VERSION:2.0
|
|
BEGIN:VEVENT
|
|
DTSTART;VALUE=DATE:20050217
|
|
SUMMARY:Hhhhhh Aaaaa ii Aaaaaaaa
|
|
UID:6AFA7558-6994-11D9-8A3A-000A95A0E830-RID
|
|
DTSTAMP:20050118T210335Z
|
|
DURATION:P7D
|
|
END:VEVENT
|
|
END:VCALENDAR
|