Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0006-Mulberry-1.test
blob7c4a59940003006e87ae257bef93cd349d594bb8
2 # After creating the calendar we should be able to get any URLs
3 TYPE=PROPFIND
4 URL=http://regression.host/caldav.php/user1/home/
5 HEADER=Depth: 1
6 HEADER=Content-Type: text/xml; charset=utf-8
7 HEAD
9 BEGINDATA
10 <?xml version="1.0" encoding="utf-8" ?>
11 <D:propfind xmlns:D="DAV:">
12 <D:prop>
13 <D:getcontentlength/>
14 <D:getcontenttype/>
15 <D:resourcetype/>
16 <D:getetag/>
17 </D:prop>
18 </D:propfind>
19 ENDDATA