Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0861-Spec-REPORT-principal.test
blob4d3be54fb9367ea6140c6b39c25a131c805d3150
2 # Do a REPORT principal-property-search request
3 # - in this case we look for all principals
5 TYPE=REPORT
6 URL=http://regression.host/caldav.php/
7 HEAD
9 HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20101013 Thunderbird/1.5.0.7
10 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
11 HEADER=Accept-Language: en-us,en;q=0.5
12 HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
13 HEADER=Content-Type: text/xml
16 BEGINDATA
17 <?xml version="1.0" encoding="utf-8" ?>
18 <principal-property-search xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
19  <property-search>
20   <prop/>
21   <match/>
22  </property-search>
23  <prop>
24   <C:calendar-home-set/>
25   <displayname/>
26  </prop>
27 </principal-property-search>
28 ENDDATA