Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0524-iCal-PROPFIND.test
blobd826ec84baf5a0177f7d2c9c126e452445883204
2 # Testing with a process similar to iCal 10.5
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/manager1/
6 HEAD
8 AUTH=assistant1:assistant1
10 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)
11 HEADER=Content-Type: text/xml
12 HEADER=Depth: 1
14 BEGINDATA
15 <?xml version="1.0" encoding="utf-8"?>
16 <x0:propfind xmlns:x1="http://calendarserver.org/ns/" xmlns:x0="DAV:" xmlns:x2="urn:ietf:params:xml:ns:caldav">
17  <x0:prop>
18   <x1:getctag/>
19   <x0:displayname/>
20   <x2:calendar-description/>
21   <x0:resourcetype/>
22   <x0:group-member-set/>
23   <x0:group-membership/>
24   <x1:calendar-proxy-read-for/>
25   <x1:calendar-proxy-write-for/>
26  </x0:prop>
27 </x0:propfind>
28 ENDDATA