summaryrefslogtreecommitdiff
path: root/test/lisp/calendar/icalendar-resources/import-rrule-count-every-second-month.ics
diff options
context:
space:
mode:
authorUlf Jasper <ulf.jasper@web.de>2020-10-23 14:48:49 +0200
committerUlf Jasper <ulf.jasper@web.de>2020-10-23 14:48:49 +0200
commit9e4f11a1631f627af49d5854e0f651371c8f1c19 (patch)
tree04468027b0c6a8b554104c6e2b3be1b0a658615c /test/lisp/calendar/icalendar-resources/import-rrule-count-every-second-month.ics
parent22e5239c172ccc603b1f0def87aeabc3ccdb61c6 (diff)
downloademacs-9e4f11a1631f627af49d5854e0f651371c8f1c19.tar.gz
emacs-9e4f11a1631f627af49d5854e0f651371c8f1c19.tar.bz2
emacs-9e4f11a1631f627af49d5854e0f651371c8f1c19.zip
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.
Diffstat (limited to 'test/lisp/calendar/icalendar-resources/import-rrule-count-every-second-month.ics')
-rw-r--r--test/lisp/calendar/icalendar-resources/import-rrule-count-every-second-month.ics11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/lisp/calendar/icalendar-resources/import-rrule-count-every-second-month.ics b/test/lisp/calendar/icalendar-resources/import-rrule-count-every-second-month.ics
new file mode 100644
index 00000000000..3b27b665498
--- /dev/null
+++ b/test/lisp/calendar/icalendar-resources/import-rrule-count-every-second-month.ics
@@ -0,0 +1,11 @@
+BEGIN:VCALENDAR
+PRODID:-//Emacs//NONSGML icalendar.el//EN
+VERSION:2.0
+BEGIN:VEVENT
+SUMMARY:rrule count every second month
+DTSTART;VALUE=DATE-TIME:20030919T090000
+DTEND;VALUE=DATE-TIME:20030919T113000
+RRULE:FREQ=MONTHLY;INTERVAL=2;COUNT=5
+END:VEVENT
+END:VCALENDAR
+