Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / binding / 1009-REPORT-bound.test
blobb9af82deafcead578bd51df2c8ddcd0bfc2e5ff2
2 # Test REPORT access to a bound calendar using a ticket.
4 TYPE=REPORT
5 URL=http://regression.host/caldav.php/user4/user2/
6 AUTH=user4:user4
8 HEADER=User-Agent: DAViCalTester/public
9 HEADER=Content-Type: text/xml; charset="UTF-8"
12 BEGINDATA
13 <?xml version="1.0" encoding="UTF-8"?>
14 <calendar-query xmlns:D="DAV:" xmlns="urn:ietf:params:xml:ns:caldav">
15   <D:prop>
16     <calendar-data>
17       <expand start="20081001T000000Z" end="20081101T000000Z"/>
18     </calendar-data>
19   </D:prop>
20   <filter>
21     <comp-filter name="VCALENDAR">
22       <comp-filter name="VEVENT">
23         <time-range start="20081001T000000Z" end="20081101T000000Z"/>
24       </comp-filter>
25     </comp-filter>
26   </filter>
27 </calendar-query>
28 ENDDATA