Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0850-Spec-REPORT-1.test
blobffac8d59cdb3a579ca3d3d8c296c882139f7c0db
2 # Check for support of REPORT calendar-query with text-match on UID
4 TYPE=REPORT
5 URL=http://regression.host/caldav.php/user1/home/
6 HEADER=User-agent: SpecTest REPORT
7 HEADER=Content-type: text/xml
8 HEAD
10 BEGINDATA
11 <?xml version="1.0" encoding="utf-8" ?> 
12 <calendar-query xmlns="urn:ietf:params:xml:ns:caldav">
13   <D:prop xmlns:D="DAV:">
14     <D:getetag/>
15     <calendar-data/>
16   </D:prop>
17   <filter>
18     <comp-filter name="VCALENDAR">
19       <comp-filter name="VEVENT">
20       <prop-filter name="UID">
21           <text-match collation="i;octet">20061101T073000Z-10468-1000-1-7@ubu</text-match>
22         </prop-filter>
23       </comp-filter>
24     </comp-filter>
25   </filter>
26 </calendar-query>
27 ENDDATA