davical/testing/tests/regression-suite/0537-iCal4-PROPFIND.test
2010-04-29 11:21:05 +12:00

23 lines
461 B
Plaintext

#
# Testing with a process similar to iCal4
#
TYPE=PROPFIND
URL=http://regression.host/caldav.php/user1/.in/
HEAD
HEADER=DAVKit/4.0 (729); CalendarStore/4.0 (965); iCal/4.0 (1362); Mac OS X/10.6.1 (10B504)
HEADER=Content-Type: text/xml
HEADER=Depth: 1
#
#
BEGINDATA
<?xml version="1.0" encoding="utf-8"?>
<x0:propfind xmlns:x0="DAV:" xmlns:x1="http://calendarserver.org/ns/">
<x0:prop>
<x1:getctag/>
<x0:resourcetype/>
</x0:prop>
</x0:propfind>
ENDDATA