Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0550-iPhone-REPORT.test
blobe0a21133a56e23d227ee6c3ca80cb4e1c5c75c32
2 # Testing with a process similar to iPhone 3
4 TYPE=REPORT
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: 1
14 BEGINDATA
15 <?xml version="1.0" encoding="utf-8" ?>
16 <x0:calendar-query xmlns:x0="urn:ietf:params:xml:ns:caldav" xmlns:x1="DAV:">
17   <x1:prop>
18     <x1:getetag/>
19     <x1:resourcetype/>
20   </x1:prop>
21   <x0:filter>
22     <x0:comp-filter name="VCALENDAR">
23       <x0:comp-filter name="VEVENT">
24         <x0:time-range start="20070516T060000Z" end="20080516T060000Z"/>
25       </x0:comp-filter>
26     </x0:comp-filter>
27   </x0:filter>
28 </x0:calendar-query>
29 ENDDATA