Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0526-iCal-PROPFIND.test
bloba769784e61e56f5346463c1ff966fa01e055dd62
2 # Testing with a process similar to iCal 10.5
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user1/
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: 0
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