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

32 lines
576 B
Plaintext

#
# Testing for Spec compliance. PROPFIND on a calendar collection.
#
TYPE=PROPFIND
URL=http://mycaldav/caldav.php/user1/home/
HEADER=User-Agent: RFC2518 Spec Tests
HEADER=Depth: 0
HEADER=Content-Type: application/xml
BEGINDATA
<?xml version="1.0" encoding="utf-8"?>
<propfind xmlns="DAV:">
<prop>
<acl/>
<creationdate/>
<displayname/>
<getcontentlanguage/>
<getcontentlength/>
<getcontenttype/>
<getetag/>
<getlastmodified/>
<lockdiscovery/>
<resourcetype/>
<source/>
<supportedlock/>
<checked-in/>
<checked-out/>
</prop>
</propfind>
ENDDATA