diff --git a/testing/tests/regression-suite/821-Spec-PROPFIND-2.test b/testing/tests/regression-suite/821-Spec-PROPFIND-2.test new file mode 100644 index 00000000..be27a4a4 --- /dev/null +++ b/testing/tests/regression-suite/821-Spec-PROPFIND-2.test @@ -0,0 +1,34 @@ +# +# A Spec compliant check for all DAV properties, and an extra +# couple of bogus ones as well to ensure we fail(!) +# +TYPE=PROPFIND +URL=http://mycaldav/caldav.php/user1/home/ +HEADER=User-Agent: RFC2518 Spec Tests +HEADER=Depth: 0 +HEADER=Content-Type: application/xml + +HEAD + +BEGINDATA + + + + + + + + + + + + + + + + + + + + +ENDDATA diff --git a/testing/tests/regression-suite/822-Spec-PROPFIND-3.test b/testing/tests/regression-suite/822-Spec-PROPFIND-3.test new file mode 100644 index 00000000..c0ff002f --- /dev/null +++ b/testing/tests/regression-suite/822-Spec-PROPFIND-3.test @@ -0,0 +1,31 @@ +# +# Spec compliant test for all properties. Depth infinity this time +# +TYPE=PROPFIND +URL=http://mycaldav/caldav.php/user1/home/ +HEADER=User-Agent: RFC2518 Spec Tests +HEADER=Depth: infinity +HEADER=Content-Type: application/xml + +HEAD + +BEGINDATA + + + + + + + + + + + + + + + + + + +ENDDATA