davical/testing/tests/regression-suite/0849-Spec-PROPFIND.test
2012-07-13 20:24:21 +12:00

22 lines
510 B
Plaintext

#
# PROPFIND based on RFC2518 Spec against an iCalendar resource
#
TYPE=PROPFIND
URL=http://regression.host/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:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:B="urn:example:cats">
<prop>
<owner/>
<displayname/>
<spotted-grebe xmlns="http://xmlns.comical.net/birds"/>
<C:cats/>
</prop>
</propfind>
ENDDATA