Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0202-Moz-REPORT-1.test
blobf4c6f2d467851a9a6a7f331418d6c26fda68ed4f
2 # Do a REPORT request (unauthenticated)
3 TYPE=REPORT
4 URL=http://regression.host/caldav.php/user1/home/
5 HEAD
6 NOAUTH
8 HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7
9 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
10 HEADER=Accept-Language: en-us,en;q=0.5
11 HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
12 HEADER=Content-Type: text/xml
13 HEADER=Depth: 1
15 BEGINDATA
16 <?xml version="1.0" encoding="UTF-8"?>
17 <calendar-query xmlns:D="DAV:" xmlns="urn:ietf:params:xml:ns:caldav">
18   <D:prop>
19     <calendar-data/>
20   </D:prop>
21   <filter>
22     <comp-filter name="VCALENDAR">
23       <comp-filter name="VEVENT">
24         <time-range start="20061009T003736Z" end="20061209T003736Z"/>
25       </comp-filter>
26     </comp-filter>
27   </filter>
28 </calendar-query>
29 ENDDATA