Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0527-iCal-PROPFIND.test
blob1d3a7e23c3e36672be9c7f0508b583ef379c174c
2 # Testing with a process similar to iCal 10.5
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/resmgr1/
6 HEAD
8 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)
9 HEADER=Content-Type: text/xml
10 HEADER=Depth: 1
12 BEGINDATA
13 <?xml version="1.0" encoding="utf-8"?>
14 <x0:propfind xmlns:x0="DAV:" >
15  <x0:prop>
16   <x0:group-membership/>
17  </x0:prop>
18 </x0:propfind>
19 ENDDATA