Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0242-Moz-REPORT.test
blob6364b988ca6404a99a912294b7fb5cee880ffaaf
2 # REPORT on scheduling inbox for pending VEVENT on startup
4 TYPE=REPORT
5 URL=http://regression.host/caldav.php/user1/.in/
6 HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18pre) Gecko/20080917 Sunbird/0.9
7 HEADER=Accept: text/xml
8 HEADER=Accept-Language: en-us,en;q=0.5
9 HEADER=Accept-Charset: utf-8,*;q=0.1
10 HEADER=Content-Type: text/xml; charset=utf-8
11 HEADER=Depth: 1
12 HEAD
14 BEGINDATA
15 <?xml version="1.0" encoding="UTF-8"?>
16 <calendar-query xmlns:D="DAV:" xmlns="urn:ietf:params:xml:ns:caldav">
17   <D:prop>
18     <D:getetag/>
19   </D:prop>
20   <filter>
21     <comp-filter name="VCALENDAR">
22       <comp-filter name="VEVENT"/>
23     </comp-filter>
24   </filter>
25 </calendar-query>
26 ENDDATA