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

20 lines
423 B
Plaintext

#
# Testing with a process similar to iCal 10.5
#
TYPE=PROPFIND
URL=http://regression.host/caldav.php/resmgr1/
HEAD
HEADER=User-Agent: DAVKit/3.0.4 (652); CalendarStore/3.0.5 (841); iCal/3.0.5 (1270); Mac OS X/10.5.5 (9F33)
HEADER=Content-Type: text/xml
HEADER=Depth: 1
BEGINDATA
<?xml version="1.0" encoding="utf-8"?>
<x0:propfind xmlns:x0="DAV:" >
<x0:prop>
<x0:group-membership/>
</x0:prop>
</x0:propfind>
ENDDATA