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

20 lines
417 B
Plaintext

#
# Testing for Spec compliance. PROPFIND on a principal,
# Depth: 0, looking for the supported-privilege-set response
#
TYPE=PROPFIND
URL=http://regression.host/caldav.php/user1/
HEADER=User-Agent: RFC3744 Spec Tests
HEADER=Depth: 0
HEADER=Content-Type: application/xml
HEAD
BEGINDATA
<?xml version="1.0" encoding="utf-8"?>
<propfind xmlns="DAV:">
<prop>
<supported-privilege-set/>
</prop>
</propfind>
ENDDATA