Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / binding / 1007-PROPFIND-bound.test
blob946f14759bdfba520fbecca29d96b8d8571737db
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   <getcontenttype/>
18   <resourcetype/>
19   <getetag/>
20  </prop>
21 </propfind>
22 ENDDATA