From: Steve Brokenshire Date: Sun, 25 Dec 2016 01:34:42 +0000 (+0000) Subject: CalendarEvent*.ics: Added files for unit testing X-Git-Tag: release-0.02~59 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=d9e0ebd6a1ea258231f2f39f534f961208586521 CalendarEvent*.ics: Added files for unit testing --- 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