Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0934-PROPFIND-acl.test
blob3e184d3963b7c9408b5f9e01f5e066461187f6c1
2 # PROPFIND looking for supported-methods supported-reports etc
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/
6 HEADER=Content-Type: text/xml; charset="UTF-8"
7 HEADER=Depth: 0
8 HEAD
11 BEGINDATA
12 <?xml version="1.0" encoding="UTF-8" ?>
13 <propfind xmlns="DAV:" xmlns:caldav="urn:ietf:params:xml:ns:caldav">
14  <prop>
15   <acl/>
16   <current-user-privilege-set/>
17   <inherited-acl-set/>
18  </prop>
19 </propfind>
20 ENDDATA