davical/testing/tests/regression-suite/0847-Spec-PROPFIND-slash.test
2013-07-15 13:11:08 +12:00

24 lines
608 B
Plaintext

#
# Testing for Spec compliance. PROPFIND on /
#
TYPE=PROPFIND
URL=http://regression.host/caldav.php/
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><principal-collection-set/><current-user-principal/><calendar-description xmlns="urn:ietf:params:xml:ns:caldav" /></prop></propfind>
ENDDATA
#<propfind xmlns="DAV:">
# <prop>
# <principal-collection-set/>
# <current-user-principal/>
# <calendar-description xmlns="urn:ietf:params:xml:ns:caldav"/>
# </prop>
#</propfind>
#ENDDATA