Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0013-Mulberry-PROPFIND-5.test
blobc2bdaa4dbbe38e6a1837b4d0ef6a1b2c77e4d0c0
2 # Before creating a calendar in Mulberry, we should be able
3 # to do a PROPFIND and it should not be there.
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user1/home/
6 HEADER=Depth: 1
7 HEADER=Content-Type: text/xml; charset=utf-8
8 HEAD
10 BEGINDATA
11 <D:propfind xmlns:D="DAV:">
12 <D:prop>
13 <D:getcontentlength/>
14 <D:getcontenttype/>
15 <D:resourcetype/>
16 </D:prop>
17 </D:propfind>
18 ENDDATA