From 45790cfd4823aabf5a5bc73b796026786a1c5b44 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 23 Dec 2009 15:22:01 +1300 Subject: [PATCH] A couple more tests for iCal4 interoperability. --- .../539-iCal4-PROPFIND.result | 22 +++++++++++++++++++ .../regression-suite/539-iCal4-PROPFIND.test | 22 +++++++++++++++++++ .../540-iCal4-PROPFIND.result | 22 +++++++++++++++++++ .../regression-suite/540-iCal4-PROPFIND.test | 22 +++++++++++++++++++ 4 files changed, 88 insertions(+) create mode 100644 testing/tests/regression-suite/539-iCal4-PROPFIND.result create mode 100644 testing/tests/regression-suite/539-iCal4-PROPFIND.test create mode 100644 testing/tests/regression-suite/540-iCal4-PROPFIND.result create mode 100644 testing/tests/regression-suite/540-iCal4-PROPFIND.test diff --git a/testing/tests/regression-suite/539-iCal4-PROPFIND.result b/testing/tests/regression-suite/539-iCal4-PROPFIND.result new file mode 100644 index 00000000..2e583102 --- /dev/null +++ b/testing/tests/regression-suite/539-iCal4-PROPFIND.result @@ -0,0 +1,22 @@ +HTTP/1.1 207 Multi-Status +Date: Dow, 01 Jan 2000 00:00:00 GMT +DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule, extended-mkcol +Allow: OPTIONS, PROPFIND, REPORT +ETag: "dfef5d203b227bafbee76592e8924179" +Content-Length: 291 +Content-Type: text/xml; charset="utf-8" + + + + + / + + + + / + + + HTTP/1.1 200 OK + + + diff --git a/testing/tests/regression-suite/539-iCal4-PROPFIND.test b/testing/tests/regression-suite/539-iCal4-PROPFIND.test new file mode 100644 index 00000000..16b5f75f --- /dev/null +++ b/testing/tests/regression-suite/539-iCal4-PROPFIND.test @@ -0,0 +1,22 @@ +# +# Testing with a process similar to iCal4 +# +TYPE=PROPFIND +URL=http://regression.host/ +HEAD + +HEADER=User-Agent: DAVKit/4.0.1 (730); CalendarStore/4.0.1 (973); iCal/4.0.1 (1374); Mac OS X/10.6.2 (10C540) +HEADER=Depth: 0 +HEADER=Content-Type: text/xml + +# +# Finding where to start from +# +BEGINDATA + + + + + + +ENDDATA diff --git a/testing/tests/regression-suite/540-iCal4-PROPFIND.result b/testing/tests/regression-suite/540-iCal4-PROPFIND.result new file mode 100644 index 00000000..d0be2623 --- /dev/null +++ b/testing/tests/regression-suite/540-iCal4-PROPFIND.result @@ -0,0 +1,22 @@ +HTTP/1.1 207 Multi-Status +Date: Dow, 01 Jan 2000 00:00:00 GMT +DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule, extended-mkcol +Allow: OPTIONS, PROPFIND, REPORT +ETag: "e08b84121b3f5a9294092cd23f6e5798" +Content-Length: 304 +Content-Type: text/xml; charset="utf-8" + + + + + / + + + + /caldav.php/user1/ + + + HTTP/1.1 200 OK + + + diff --git a/testing/tests/regression-suite/540-iCal4-PROPFIND.test b/testing/tests/regression-suite/540-iCal4-PROPFIND.test new file mode 100644 index 00000000..b089cf8e --- /dev/null +++ b/testing/tests/regression-suite/540-iCal4-PROPFIND.test @@ -0,0 +1,22 @@ +# +# Testing with a process similar to iCal4 +# +TYPE=PROPFIND +URL=http://regression.host/ +HEAD + +HEADER=User-Agent: DAVKit/4.0.1 (730); CalendarStore/4.0.1 (973); iCal/4.0.1 (1374); Mac OS X/10.6.2 (10C540) +HEADER=Depth: 0 +HEADER=Content-Type: text/xml + +# +# Finding where to start from, part 2. +# +BEGINDATA + + + + + + +ENDDATA