Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0003-Mulberry-1.test
blob4454e68f292b78a5e941d4b33f4ea11419487f82
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/
6 HEADER=Depth: 1
7 HEADER=Content-Type: text/xml; charset=utf-8
8 HEAD
10 BEGINDATA
11 <?xml version="1.0" encoding="utf-8" ?>
12 <D:propfind xmlns:D="DAV:">
13 <D:prop>
14 <D:getcontentlength/>
15 <D:getcontenttype/>
16 <D:resourcetype/>
17 </D:prop>
18 </D:propfind>
19 ENDDATA