Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0936-PROPFIND-acl-restrictions.test
blob4b2929912604ba3fbd23e99b1b6b8d41f3e015e4
2 # PROPFIND looking for supported-methods supported-reports etc
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user1/
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-restrictions/>
16  </prop>
17 </propfind>
18 ENDDATA