davical/testing/tests/regression-suite/824-Spec-PROPFIND-5.test
2006-12-11 08:27:06 +13:00

19 lines
344 B
Plaintext

#
# Testing for Spec compliance. PROPFIND on a calendar collection.
#
TYPE=PROPFIND
URL=http://mycaldav/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:">
<prop>
<allprop/>
</prop>
</propfind>
ENDDATA