davical/testing/tests/regression-suite/922-PROPFIND-supported-stuff.test
2009-11-02 23:39:55 +13:00

27 lines
528 B
Plaintext

#
# PROPFIND looking for supported-methods supported-reports etc
#
# Bogus collection name
#
TYPE=PROPFIND
URL=http://regression.host/caldav.php/user1/boguscollection/
HEADER=Content-Type: text/xml; charset="UTF-8"
HEADER=Depth: 0
HEAD
BEGINDATA
<?xml version="1.0" encoding="UTF-8" ?>
<propfind xmlns="DAV:" xmlns:caldav="urn:ietf:params:xml:ns:caldav">
<prop>
<displayname/>
<resourcetype/>
<supported-method-set/>
<supported-report-set/>
<caldav:supported-calendar-component-set/>
</prop>
</propfind>
ENDDATA