Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0536-iCal4-PROPFIND.test
blob4dbc05fe479949cc456a1a5ef2f03e0c1435345e
2 # Testing with a process similar to iCal4
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user1/home/
6 HEAD
8 HEADER=DAVKit/4.0 (729); CalendarStore/4.0 (965); iCal/4.0 (1362); Mac OS X/10.6.1 (10B504)
9 HEADER=Content-Type: text/xml
10 HEADER=Depth: 1
14 BEGINDATA
15 <?xml version="1.0" encoding="utf-8"?>
16 <x0:propfind xmlns:x0="DAV:">
17  <x0:prop>
18   <x0:getetag/>
19   <x0:resourcetype/>
20  </x0:prop>
21 </x0:propfind>
22 ENDDATA