diff options
author | Mike Hommey <glandium@debian.org> | 2006-01-31 19:25:18 +0100 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2006-01-31 19:25:18 +0100 |
commit | c5d565931c4823dc8f62fffcb65aecfec516f7b9 (patch) | |
tree | 9550b0b41e973d707cbbca74333c1b05ab89e5ee /result/dav8 | |
parent | 0fd83af441e251fc23fc1af7959fd6ecfa105fe1 (diff) | |
download | libxml2-upstream/2.6.23.dfsg.2.tar.gz |
Removing tests and resultsupstream/2.6.23.dfsg.2
Diffstat (limited to 'result/dav8')
-rw-r--r-- | result/dav8 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/result/dav8 b/result/dav8 deleted file mode 100644 index 7f99baf..0000000 --- a/result/dav8 +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0"?> -<d:multistatus xmlns:d="http://www.ietf.org/standards/dav/"> - <d:response> - <d:href>http://www.foo.bar/othercontainer/resource1</d:href> - <d:href>http://www.foo.bar/othercontainer/resource2</d:href> - <d:href>http://www.foo.bar/othercontainer/</d:href> - <d:href>http://www.foo.bar/othercontainer/R2/D2</d:href> - <d:status>HTTP/1.1 201 Created</d:status> - </d:response> - <d:response> - <d:href>http://www.foo.bar/othercontainer/R2/</d:href> - <d:status>HTTP/1.1 412 Precondition Failed</d:status> - </d:response> -</d:multistatus> |