Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0207-Moz-REPORT-4.test
blobbecff423470587299dae21e906e5d5b547101ca3
2 # Request a REPORT which should only include an instance of the repeating event we just added
4 TYPE=REPORT
5 URL=http://regression.host/caldav.php/user1/home/
6 HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20101108 Calendar/0.4a1
7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
8 HEADER=Accept-Language: en-us,en;q=0.5
9 HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
10 HEADER=Keep-Alive: 300
11 HEADER=Content-Type: text/xml
12 HEADER=Depth: 1
13 HEAD
16 BEGINDATA
17 <?xml version="1.0" encoding="UTF-8"?>
18 <calendar-query xmlns:D="DAV:" xmlns="urn:ietf:params:xml:ns:caldav">
19   <D:prop>
20     <calendar-data/>
21   </D:prop>
22   <filter>
23     <comp-filter name="VCALENDAR">
24       <comp-filter name="VEVENT">
25         <time-range start="20061209T110000Z" end="20061217T110000Z"/>
26       </comp-filter>
27     </comp-filter>
28   </filter>
29 </calendar-query>
30 ENDDATA