Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0900-Moz-REPORT.test
blobca9e5ca6c268d3506b28caffff23d0cf0c2ac2ca
2 # A test from Mozilla after we have run all other tests and have
3 # events from other calendars in the database.
5 TYPE=REPORT
6 URL=http://regression.host/caldav.php/user1/home/
7 HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20101130 Calendar/0.4a1
8 HEADER=Accept: text/html,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7
9 HEADER=Accept-Language: en-us,en;q=0.5
10 HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
11 HEADER=Keep-Alive: 300
12 HEADER=Connection: keep-alive
13 HEADER=Content-Type: text/xml
14 HEADER=Depth: 1
15 HEAD
18 BEGINDATA
19 <?xml version="1.0" encoding="UTF-8"?>
20 <calendar-query xmlns:D="DAV:" xmlns="urn:ietf:params:xml:ns:caldav">
21   <D:prop>
22     <calendar-data/>
23   </D:prop>
24   <filter>
25     <comp-filter name="VCALENDAR">
26       <comp-filter name="VEVENT">
27         <time-range start="20061125T110000Z" end="20070107T110000Z"/>
28       </comp-filter>
29     </comp-filter>
30   </filter>
31 </calendar-query>
32 ENDDATA