davical/testing/tests/regression-suite/013-Mulberry-PROPFIND-5.test
2009-04-15 22:07:34 +12:00

19 lines
372 B
Plaintext

#
# Before creating a calendar in Mulberry, we should be able
# to do a PROPFIND and it should not be there.
TYPE=PROPFIND
URL=http://mycaldav/caldav.php/user1/home/
HEADER=Depth: 1
HEADER=Content-Type: text/xml; charset=utf-8
HEAD
BEGINDATA
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getcontentlength/>
<D:getcontenttype/>
<D:resourcetype/>
</D:prop>
</D:propfind>
ENDDATA