Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0970-REPORT-principal-match-self.test
blobc09a3d4055a0f755b00a80987d9ea148a8d7d04c
2 # principal-match REPORT on self as user1
4 TYPE=REPORT
5 URL=http://regression.host/caldav.php/
6 AUTH=user1:user1
8 HEADER=User-Agent: DAViCal Testing
9 HEADER=Accept: text/xml
10 HEADER=Content-Type: text/xml; charset=utf-8
11 HEADER=Depth: 0
12 HEAD
14 BEGINDATA
15 <?xml version="1.0" encoding="utf-8" ?>
16 <D:principal-match xmlns:D="DAV:">
17   <D:self/>
18   <D:prop>
19     <C:addressbook-home-set xmlns:C="urn:ietf:params:xml:ns:carddav"/>
20   </D:prop>
21 </D:principal-match>
22 ENDDATA