davical/testing/tests/regression-suite/205-Moz-PROPFIND-1.result
Andrew McMillan 87a13ea7e3 Add test about PROPFIND from Mozilla, which it will be doing soon...
This is using patch 3 from bug 355270 as source.
2006-11-10 15:19:11 +13:00

23 lines
547 B
Plaintext

HTTP/1.1 207 Multi-Status
Date: Dow, 01 Jan 2000 00:00:00 GMT
Server: Apache/2.2.3 (Debian) DAV/2
ETag: "616aa08e07fda27c1c1c9b30e6707460"
Content-Length: 343
Content-Type: text/xml;charset=UTF-8
<?xml version="1.0" encoding="UTF-8" ?>
<multistatus xmlns="DAV:">
<response>
<href>/caldav.php/user1/home/</href>
<propstat>
<prop>
<resourcetype>
<collection/>
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
</resourcetype>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>