summaryrefslogtreecommitdiff
path: root/result/dav7
diff options
context:
space:
mode:
Diffstat (limited to 'result/dav7')
-rw-r--r--result/dav720
1 files changed, 20 insertions, 0 deletions
diff --git a/result/dav7 b/result/dav7
new file mode 100644
index 00000000..68f43cef
--- /dev/null
+++ b/result/dav7
@@ -0,0 +1,20 @@
+
+
+------- test/dav7 -----------
+<?xml version="1.0"?>
+<?xml:namespace ns="http://www.ietf.org/standards/dav/" prefix="d"?>
+<d:multistatus>
+ <d:response>
+ <d:href>http://www.foo.bar/container/resource1</d:href>
+ <d:href>http://www.foo.bar/container/resource2</d:href>
+ <d:status>HTTP/1.1 200 OK</d:status>
+ </d:response>
+ <d:response>
+ <d:href>http://www.foo.bar/container/</d:href>
+ <d:status>HTTP/1.1 420 Method Failure</d:status>
+ </d:response>
+ <d:response>
+ <d:href>http://www.foo.bar/container/resource3</d:href>
+ <d:status>HTTP/1.1 412 Precondition Failed</d:status>
+ </d:response>
+</d:multistatus>