Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0107-Evo-REPORT-1.test
bloba06fc9c064f0171c0e86607c908cfc6fd2bc7683
2 # Do a REPORT request (test RewriteRule support)
4 TYPE=REPORT
5 URL=http://regression.host/user1/home/
6 HEAD
7 HEADER=Depth: 1
8 HEADER=User-Agent: Evolution/1.8.1
9 HEADER=Content-Type: text/xml
11 BEGINDATA
12 <C:calendar-query xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:D="DAV:">
13   <D:prop>
14     <D:getetag/>
15   </D:prop>
16   <C:filter>
17     <C:comp-filter name="VCALENDAR">
18       <C:comp-filter name="VEVENT">
19         <C:is-defined/>
20       </C:comp-filter>
21     </C:comp-filter>
22   </C:filter>
23 </C:calendar-query>
24 ENDDATA