* 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.
16 lines
277 B
Plaintext
16 lines
277 B
Plaintext
BEGIN:VCALENDAR
|
|
PRODID:-//Emacs//NONSGML icalendar.el//EN
|
|
VERSION:2.0
|
|
BEGIN:VEVENT
|
|
DTSTART:20181105T200000Z
|
|
DTSTAMP:20181105T181652Z
|
|
DESCRIPTION:
|
|
LAST-MODIFIED:20181105T181646Z
|
|
LOCATION:
|
|
SEQUENCE:0
|
|
SUMMARY:event with same start/end time
|
|
TRANSP:OPAQUE
|
|
END:VEVENT
|
|
END:VCALENDAR
|
|
|