From d9e0ebd6a1ea258231f2f39f534f961208586521 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 25 Dec 2016 01:34:42 +0000 Subject: [PATCH] CalendarEvent*.ics: Added files for unit testing --- source/tests/CalendarEvent1.ics | 13 +++++++++++++ source/tests/CalendarEvent2.ics | 12 ++++++++++++ source/tests/CalendarEvent3.ics | 12 ++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 source/tests/CalendarEvent1.ics create mode 100644 source/tests/CalendarEvent2.ics create mode 100644 source/tests/CalendarEvent3.ics diff --git a/source/tests/CalendarEvent1.ics b/source/tests/CalendarEvent1.ics new file mode 100644 index 0000000..a694b91 --- /dev/null +++ b/source/tests/CalendarEvent1.ics @@ -0,0 +1,13 @@ +BEGIN:VCALENDAR +VERSION:2.0 +PRODID:-//Xestia//Calendar Unit Testing//KW +BEGIN:VEVENT +UID:moooo +DTSTAMP:20161201T123000Z +DTSTART:20161201T123000Z +DTEND:20161201T153000Z +SUMMARY:First test event +DESCRIPTION:First entry description +DURATION:P1D5H30M15S +END:VEVENT +END:VCALENDAR diff --git a/source/tests/CalendarEvent2.ics b/source/tests/CalendarEvent2.ics new file mode 100644 index 0000000..026ddbb --- /dev/null +++ b/source/tests/CalendarEvent2.ics @@ -0,0 +1,12 @@ +BEGIN:VCALENDAR +VERSION:2.0 +PRODID:-//Xestia//Calendar Unit Testing//KW +BEGIN:VEVENT +UID:moooo +DTSTAMP:20151201T123000Z +DTSTART:20161201T123000Z +SUMMARY:Second test event +DESCRIPTION:Second entry description +DURATION:P1D5H30M15S +END:VEVENT +END:VCALENDAR diff --git a/source/tests/CalendarEvent3.ics b/source/tests/CalendarEvent3.ics new file mode 100644 index 0000000..f7dbce7 --- /dev/null +++ b/source/tests/CalendarEvent3.ics @@ -0,0 +1,12 @@ +BEGIN:VCALENDAR +VERSION:2.0 +PRODID:-//Xestia//Calendar Unit Testing//KW +BEGIN:VEVENT +UID:moooo +DTSTAMP:20150714T123000Z +DTSTART:20150715T153000Z +DTEND:20150716T223000Z +SUMMARY:Third test event +DESCRIPTION:Third entry description +END:VEVENT +END:VCALENDAR -- 2.39.2