Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0944-REPORT-principal-property-search.test
blob6ac8d91caaae43a88e4516c2ebc977319096791b
2 # Do a principal-property-search REPORT request
3 TYPE=REPORT
4 URL=http://regression.host/caldav.php/
5 HEAD
7 HEADER=Content-Type: text/xml
10 BEGINDATA
11 <?xml version="1.0" encoding="utf-8" ?>
12 <principal-property-search xmlns="DAV:" xmlns:CalDAV="urn:ietf:params:xml:ns:caldav">
13  <property-search>
14   <prop>
15    <CalDAV:calendar-user-address-set/>
16   </prop>
17   <match>user1@ex</match>
18  </property-search>
19  <prop>
20   <CalDAV:calendar-user-address-set/>
21   <CalDAV:calendar-user-type/>
22   <displayname/>
23   <principal-URL/>
24  </prop>
25 </principal-property-search>
26 ENDDATA