From 9e4f11a1631f627af49d5854e0f651371c8f1c19 Mon Sep 17 00:00:00 2001 From: Ulf Jasper Date: Fri, 23 Oct 2020 14:48:49 +0200 Subject: Move icalendar test data to test/lisp/calendar/icalendar-resources * 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. --- .../icalendar-resources/import-rrule-count-yearly.ics | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/lisp/calendar/icalendar-resources/import-rrule-count-yearly.ics (limited to 'test/lisp/calendar/icalendar-resources/import-rrule-count-yearly.ics') diff --git a/test/lisp/calendar/icalendar-resources/import-rrule-count-yearly.ics b/test/lisp/calendar/icalendar-resources/import-rrule-count-yearly.ics new file mode 100644 index 00000000000..d8569933e0c --- /dev/null +++ b/test/lisp/calendar/icalendar-resources/import-rrule-count-yearly.ics @@ -0,0 +1,11 @@ +BEGIN:VCALENDAR +PRODID:-//Emacs//NONSGML icalendar.el//EN +VERSION:2.0 +BEGIN:VEVENT +SUMMARY:rrule count yearly +DTSTART;VALUE=DATE-TIME:20030919T090000 +DTEND;VALUE=DATE-TIME:20030919T113000 +RRULE:FREQ=YEARLY;INTERVAL=1;COUNT=5 +END:VEVENT +END:VCALENDAR + -- cgit v1.2.3