diff --git a/testing/tests/regression-suite/012-Mulberry-PUT-2.test b/testing/tests/regression-suite/012-Mulberry-PUT-2.test new file mode 100644 index 00000000..5603b001 --- /dev/null +++ b/testing/tests/regression-suite/012-Mulberry-PUT-2.test @@ -0,0 +1,7 @@ +# +# We now have a calendar so we can PUT an event into it... +TYPE=PUT +URL=http://mycaldav/caldav.php/user1/home/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics +HEADER=Content-Type: text/calendar; charset=utf-8 +HEAD +DATA=3F4CF6227300FD062D9EF3CDFB30D32D-0.ics diff --git a/testing/tests/regression-suite/013-Mulberry-PROPFIND-5.test b/testing/tests/regression-suite/013-Mulberry-PROPFIND-5.test new file mode 100644 index 00000000..809b3950 --- /dev/null +++ b/testing/tests/regression-suite/013-Mulberry-PROPFIND-5.test @@ -0,0 +1,10 @@ +# +# Before creating a calendar in Mulberry, we should be able +# to do a PROPFIND and it should not be there. +TYPE=PROPFIND +URL=http://mycaldav/caldav.php/user1/home/ +HEADER=Depth: 1 +HEADER=Content-Type: text/xml; charset=utf-8 +HEAD +# We re-use the data from the PROPFIND request before we made the calendar +DATA=003-Mulberry-1 diff --git a/testing/tests/regression-suite/014-Mulberry-PUT-3.test b/testing/tests/regression-suite/014-Mulberry-PUT-3.test new file mode 100644 index 00000000..62b6f56e --- /dev/null +++ b/testing/tests/regression-suite/014-Mulberry-PUT-3.test @@ -0,0 +1,7 @@ +# +# We now have a calendar so we can PUT an event into it... +TYPE=PUT +URL=http://mycaldav/caldav.php/user1/home/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics +HEADER=Content-Type: text/calendar; charset=utf-8 +HEAD +DATA=3F4CF6227300FD062D9EF3CDFB30D32D-0-modified.ics diff --git a/testing/tests/regression-suite/015-Mulberry-PROPFIND-6.test b/testing/tests/regression-suite/015-Mulberry-PROPFIND-6.test new file mode 100644 index 00000000..809b3950 --- /dev/null +++ b/testing/tests/regression-suite/015-Mulberry-PROPFIND-6.test @@ -0,0 +1,10 @@ +# +# Before creating a calendar in Mulberry, we should be able +# to do a PROPFIND and it should not be there. +TYPE=PROPFIND +URL=http://mycaldav/caldav.php/user1/home/ +HEADER=Depth: 1 +HEADER=Content-Type: text/xml; charset=utf-8 +HEAD +# We re-use the data from the PROPFIND request before we made the calendar +DATA=003-Mulberry-1 diff --git a/testing/tests/regression-suite/3F4CF6227300FD062D9EF3CDFB30D32D-0-modified.ics.data b/testing/tests/regression-suite/3F4CF6227300FD062D9EF3CDFB30D32D-0-modified.ics.data new file mode 100644 index 00000000..701a4d86 --- /dev/null +++ b/testing/tests/regression-suite/3F4CF6227300FD062D9EF3CDFB30D32D-0-modified.ics.data @@ -0,0 +1,33 @@ +BEGIN:VCALENDAR +CALSCALE:GREGORIAN +PRODID:-//mulberrymail.com//Mulberry v4.0//EN +VERSION:2.0 +BEGIN:VTIMEZONE +LAST-MODIFIED:20040110T032845Z +TZID:New Zealand Standard Time +X-LIC-LOCATION:Pacific/Auckland +BEGIN:DAYLIGHT +DTSTART:20000404T020000 +RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 +TZNAME:NZDT +TZOFFSETFROM:+1200 +TZOFFSETTO:+1300 +END:DAYLIGHT +BEGIN:STANDARD +DTSTART:20001026T020000 +RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=10 +TZNAME:NZST +TZOFFSETFROM:+1300 +TZOFFSETTO:+1200 +END:STANDARD +END:VTIMEZONE +BEGIN:VEVENT +DTSTAMP:20061102T090217Z +DTSTART;TZID=New Zealand Standard Time:20061102T123000 +DURATION:PT1H +LAST-MODIFIED:20061104T002921Z +SEQUENCE:1 +SUMMARY:Lunch with David +UID:5A55230C8866CA8D3D325F3A@CA1CBED546AAE36FF3BC722E +END:VEVENT +END:VCALENDAR diff --git a/testing/tests/regression-suite/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics.data b/testing/tests/regression-suite/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics.data new file mode 100644 index 00000000..08176921 --- /dev/null +++ b/testing/tests/regression-suite/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics.data @@ -0,0 +1,31 @@ +BEGIN:VCALENDAR +CALSCALE:GREGORIAN +PRODID:-//mulberrymail.com//Mulberry v4.0//EN +VERSION:2.0 +BEGIN:VTIMEZONE +LAST-MODIFIED:20040110T032845Z +TZID:New Zealand Standard Time +X-LIC-LOCATION:Pacific/Auckland +BEGIN:DAYLIGHT +DTSTART:20000404T020000 +RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 +TZNAME:NZDT +TZOFFSETFROM:+1200 +TZOFFSETTO:+1300 +END:DAYLIGHT +BEGIN:STANDARD +DTSTART:20001026T020000 +RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=10 +TZNAME:NZST +TZOFFSETFROM:+1300 +TZOFFSETTO:+1200 +END:STANDARD +END:VTIMEZONE +BEGIN:VEVENT +DTSTAMP:20061102T090217Z +DTSTART;TZID=New Zealand Standard Time:20061103T123000 +DURATION:PT1H +SUMMARY:Lunch with David +UID:5A55230C8866CA8D3D325F3A@CA1CBED546AAE36FF3BC722E +END:VEVENT +END:VCALENDAR