Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0560-iPhone-PROPFIND.test
blob409479c07e87af9c072cfae7d5231045eaef1924
2 # Testing with a process similar to iPhone 3.1
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user1/VTODO-EFD9-4F0F-9BDC-5335E04D47E0/
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:x2="http://calendarserver.org/ns/" xmlns:x0="DAV:" xmlns:x3="http://apple.com/ns/ical/" xmlns:x1="urn:ietf:params:xml:ns:caldav">
21  <x0:prop>
22   <x0:displayname/>
23   <x1:calendar-description/>
24   <x3:calendar-color/>
25   <x1:supported-calendar-component-set/>
26   <x0:resourcetype/>
27  </x0:prop>
28 </x0:propfind>
29 ENDDATA