Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0932-PROPFIND-ish-misformed-request.test
blob7864fc737596799f949d2db6c08a9b9034833dc5
2 # PROPFIND with badly formed request should usefully error
4 # The <D:property-search> tag should enclose the <D:prop>
6 TYPE=PROPFIND
7 URL=http://regression.host/caldav.php/user1/
8 HEADER=Content-Type: text/xml; charset="UTF-8"
9 HEADER=Depth: 0
10 HEAD
13 BEGINDATA
14 <D:principal-property-search xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
15   <D:property-search/>
16   <D:prop>
17     <C:calendar-home-set/>
18   </D:prop>
19 </D:principal-property-search>
20 ENDDATA