Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0922-PROPFIND-supported-stuff.test
blob8a9c8f6000120a1d933d9ba532080d039ed9ae39
2 # PROPFIND looking for supported-methods supported-reports etc
4 # Bogus collection name
6 TYPE=PROPFIND
7 URL=http://regression.host/caldav.php/user1/boguscollection/
8 HEADER=Content-Type: text/xml; charset="UTF-8"
9 HEADER=Depth: 0
10 HEAD
13 BEGINDATA
14 <?xml version="1.0" encoding="UTF-8" ?>
15 <propfind xmlns="DAV:" xmlns:caldav="urn:ietf:params:xml:ns:caldav">
16  <prop>
17   <displayname/>
18   <resourcetype/>
19   <supported-method-set/>
20   <supported-report-set/>
21   <caldav:supported-calendar-component-set/>
22  </prop>
23 </propfind>
24 ENDDATA