Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0542-iCal4-REPORT.test
blob30629efb876b9413d81968bf6bab0edbf720433a
2 # Testing with a process similar to iCal4
4 TYPE=REPORT
5 URL=http://regression.host/caldav.php/user1/
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: 0
13 # Looking for proxied delegations with expand-property report
15 BEGINDATA
16 <?xml version="1.0" encoding="utf-8" ?>
17 <expand-property xmlns="DAV:">
18  <property name="calendar-proxy-write-for" namespace="http://calendarserver.org/ns/">
19   <property name="displayname"/>
20   <property name="principal-URL"/>
21   <property name="calendar-user-address-set" namespace="urn:ietf:params:xml:ns:caldav"/>
22  </property>
23  <property name="calendar-proxy-read-for" namespace="http://calendarserver.org/ns/">
24   <property name="displayname"/>
25   <property name="principal-URL"/>
26   <property name="calendar-user-address-set" namespace="urn:ietf:params:xml:ns:caldav"/>
27  </property>
28 </expand-property>
29 ENDDATA