Test for all DAV properties.

This commit is contained in:
Andrew McMillan 2006-12-09 22:24:36 +13:00
parent cfdf6b073b
commit 70090377bb

View File

@ -0,0 +1,31 @@
#
# Using CADAVER to do a PROPFIND
#
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
<?xml version="1.0" encoding="utf-8"?>
<propfind xmlns="DAV:">
<prop>
<creationdate/>
<displayname/>
<getcontentlanguage/>
<getcontentlength/>
<getcontenttype/>
<getetag/>
<getlastmodified/>
<lockdiscovery/>
<resourcetype/>
<source/>
<supportedlock/>
<checked-in/>
<checked-out/>
</prop>
</propfind>
ENDDATA