davical/testing/tests/binding/1028-PROPFIND.test
2010-09-02 21:06:58 +12:00

29 lines
581 B
Plaintext

#
# PROPFIND calendar-home-set where we have a calendar in
# another collection somewhere.
#
# In this case we're doing Depth: 0 on the principal
#
TYPE=PROPFIND
URL=http://regression.host/caldav.php/user4/
AUTH=user4:user4
HEADER=User-Agent: BIND Spec Tests
HEADER=Content-Type: text/xml; charset="UTF-8"
HEADER=Depth: 0
BEGINDATA
<?xml version="1.0" encoding="utf-8"?>
<propfind xmlns="DAV:">
<prop>
<calendar-home-set xmlns="urn:ietf:params:xml:ns:caldav"/>
<resource-id/>
<parent-set/>
<resourcetype/>
</prop>
</propfind>
ENDDATA
# <current-user-privilege-set/>