davical/testing/tests/regression-suite/918-PROPFIND-supported-stuff.test

26 lines
527 B
Plaintext

#
# PROPFIND looking for supported-methods supported-reports etc
#
TYPE=PROPFIND
URL=http://regression.host/caldav.php/user1/home/
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/>
<caldav:supported-calendar-data/>
</prop>
</propfind>
ENDDATA