Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0558-iPhone-PROPFIND.test
blob330ae0bf4cd01bd5951d957b4d7198a00c5395a2
2 # Testing with a process similar to iPhone 3.1
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user1/
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: 1
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:x1="urn:ietf:params:xml:ns:caldav">
21  <x0:prop>
22   <x0:displayname/>
23   <x1:supported-calendar-component-set/>
24   <x0:resourcetype/>
25  </x0:prop>
26 </x0:propfind>
27 ENDDATA