diff --git a/testing/tests/regression-suite/022-Mulberry-PUT-5.result b/testing/tests/regression-suite/022-Mulberry-PUT-5.result new file mode 100644 index 00000000..d1808fc7 --- /dev/null +++ b/testing/tests/regression-suite/022-Mulberry-PUT-5.result @@ -0,0 +1,7 @@ +HTTP/1.1 201 Created +Date: Dow, 01 Jan 2000 00:00:00 GMT +Server: Apache/2.2.3 (Debian) DAV/2 +ETag: "d41d8cd98f00b204e9800998ecf8427e" +Content-length: 0 +Content-Type: text/html; charset=UTF-8 + diff --git a/testing/tests/regression-suite/022-Mulberry-PUT-5.test b/testing/tests/regression-suite/022-Mulberry-PUT-5.test new file mode 100644 index 00000000..1a8266a3 --- /dev/null +++ b/testing/tests/regression-suite/022-Mulberry-PUT-5.test @@ -0,0 +1,8 @@ +# +# PUT another event into the resource2 calendar so we can DELETE it +# +TYPE=PUT +URL=http://mycaldav/caldav.php/resource2/home/6AACA56AB56E981A1E7D968EDD13A05C-0.ics +HEADER=Content-Type: text/calendar; charset=utf-8 +HEAD +DATA=6AACA56AB56E981A1E7D968EDD13A05C-0.ics diff --git a/testing/tests/regression-suite/023-Mulberry-DELETE-3.result b/testing/tests/regression-suite/023-Mulberry-DELETE-3.result new file mode 100644 index 00000000..7c2a2cf0 --- /dev/null +++ b/testing/tests/regression-suite/023-Mulberry-DELETE-3.result @@ -0,0 +1,6 @@ +HTTP/1.1 200 Deleted +Date: Dow, 01 Jan 2000 00:00:00 GMT +Server: Apache/2.2.3 (Debian) DAV/2 +Content-length: 0 +Content-Type: text/html; charset=UTF-8 + diff --git a/testing/tests/regression-suite/023-Mulberry-DELETE-3.test b/testing/tests/regression-suite/023-Mulberry-DELETE-3.test new file mode 100644 index 00000000..49c48ca5 --- /dev/null +++ b/testing/tests/regression-suite/023-Mulberry-DELETE-3.test @@ -0,0 +1,5 @@ +# +# Do a DELETE with a correct etag which will succeed. +TYPE=DELETE +URL=http://mycaldav/caldav.php/resource2/home/6AACA56AB56E981A1E7D968EDD13A05C-0.ics +HEAD