davical/testing/tests/regression-suite/822-Spec-PROPFIND-3.test
2006-12-10 20:27:41 +13:00

31 lines
575 B
Plaintext

#
# Spec compliant test for all properties. Depth infinity this time
#
TYPE=PROPFIND
URL=http://mycaldav/caldav.php/user1/home/
HEADER=User-Agent: RFC2518 Spec Tests
HEADER=Depth: infinity
HEADER=Content-Type: application/xml
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