summaryrefslogtreecommitdiff
path: root/result/dav7
diff options
context:
space:
mode:
Diffstat (limited to 'result/dav7')
-rw-r--r--result/dav716
1 files changed, 0 insertions, 16 deletions
diff --git a/result/dav7 b/result/dav7
deleted file mode 100644
index ec4a952..0000000
--- a/result/dav7
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0"?>
-<d:multistatus xmlns:d="http://www.ietf.org/standards/dav/">
- <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>