* 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.
27 lines
347 B
Plaintext
27 lines
347 B
Plaintext
BEGIN:VCALENDAR
|
|
PRODID:-//Emacs//NONSGML icalendar.el//EN
|
|
VERSION:2.0
|
|
BEGIN:VEVENT
|
|
UID
|
|
:b60d398e-1dd1-11b2-a159-cf8cb05139f4
|
|
SUMMARY
|
|
:Waitangi Day
|
|
DESCRIPTION
|
|
:abcdef
|
|
CATEGORIES
|
|
:Public Holiday
|
|
STATUS
|
|
:CONFIRMED
|
|
CLASS
|
|
:PRIVATE
|
|
DTSTART
|
|
;VALUE=DATE
|
|
:20050206
|
|
DTEND
|
|
;VALUE=DATE
|
|
:20050207
|
|
DTSTAMP
|
|
:20050128T011209Z
|
|
END:VEVENT
|
|
END:VCALENDAR
|