Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0005-Mulberry-1.test
blob4c25ecce96cd5c212ef35d3e1a17d5319e7aca5e
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
11 BEGINDATA
12 <?xml version="1.0" encoding="utf-8" ?>
13 <D:propfind xmlns:D="DAV:">
14 <D:prop>
15 <D:getcontentlength/>
16 <D:getcontenttype/>
17 <D:resourcetype/>
18 </D:prop>
19 </D:propfind>
20 ENDDATA