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. --- test/lisp/calendar/icalendar-resources/import-duration.ics | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/lisp/calendar/icalendar-resources/import-duration.ics (limited to 'test/lisp/calendar/icalendar-resources/import-duration.ics') diff --git a/test/lisp/calendar/icalendar-resources/import-duration.ics b/test/lisp/calendar/icalendar-resources/import-duration.ics new file mode 100644 index 00000000000..67f5c73571b --- /dev/null +++ b/test/lisp/calendar/icalendar-resources/import-duration.ics @@ -0,0 +1,10 @@ +BEGIN:VCALENDAR +PRODID:-//Emacs//NONSGML icalendar.el//EN +VERSION:2.0 +BEGIN:VEVENT +DTSTART;VALUE=DATE:20050217 +SUMMARY:duration +DURATION:P7D +END:VEVENT +END:VCALENDAR + -- cgit v1.2.3