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

21 lines
408 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/
HEADER=Depth: 1
HEADER=Content-Type: text/xml; charset=utf-8
HEAD
BEGINDATA
<?xml version="1.0" encoding="utf-8" ?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getcontentlength/>
<D:getcontenttype/>
<D:resourcetype/>
</D:prop>
</D:propfind>
ENDDATA