Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0562-iOS-PROPFIND.test
blob5bde0400d30b6fa9b589315bb9b1469fbb1de417
2 # Testing retrieval of the wierd properties we just set
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user1/home/
6 HEAD
8 AUTH=user1:user1
10 HEADER=User-Agent: DAVKit/4.0 (728.3); iCalendar/1 (34); iPhone/3.0 7A341
11 HEADER=Content-Type: text/xml
12 HEADER=Depth: 0
15 # This query from the iPhone goes to the calendar-home-set and checks
16 # what is available under that collection.
18 BEGINDATA
19 <?xml version="1.0" encoding="utf-8"?>
20 <x0:propfind xmlns:x0="DAV:" xmlns:x3="http://apple.com/ns/ical/" xmlns:x1="urn:ietf:params:xml:ns:caldav" xmlns:D="urn:org:davical">
21  <x0:prop>
22   <x1:schedule-default-calendar-URL/>
23   <x3:calendar-order/>
24   <x1:supported-calendar-component-set/>
25   <x0:resourcetype/>
26   <D:outer/>
27  </x0:prop>
28 </x0:propfind>
29 ENDDATA