Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0874-PROPFIND.test
blob721076305c4efd4a299e324b892f94de28ab3bf7
2 # Testing for Spec compliance.  PROPFIND on a principal,
3 # Depth: 0, looking for the supported-privilege-set response
5 TYPE=PROPFIND
6 URL=http://regression.host/caldav.php/user1/
7 HEADER=User-Agent: RFC3744 Spec Tests
8 HEADER=Depth: 0
9 HEADER=Content-Type: application/xml
10 HEAD
12 BEGINDATA
13 <?xml version="1.0" encoding="utf-8"?>
14 <propfind xmlns="DAV:">
15  <prop>
16   <supported-privilege-set/>
17  </prop>
18 </propfind>
19 ENDDATA