Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / binding / 1005-PROPFIND-bound.test
blob7e6d2a85ce76579a69c3c5e1cdc0501e13e29a0c
2 # PROPFIND on a collection which we have bound into user4's home
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user4/user2/
6 AUTH=user4:user4
8 HEADER=User-Agent: BIND Spec Tests
9 HEADER=Content-Type: text/xml; charset="UTF-8"
10 HEADER=Depth: 1
13 BEGINDATA
14 <?xml version="1.0" encoding="utf-8"?>
15 <propfind xmlns="DAV:">
16  <prop>
17   <getetag/>
18   <displayname/>
19   <owner/>
20   <current-user-privilege-set/>
21  </prop>
22 </propfind>
23 ENDDATA