davical/testing/tests/regression-suite/002-Mulberry-1.test

20 lines
389 B
Plaintext

#
# After creating a calendar in Mulberry, we should be able
# to do a PROPFIND and discover it.
TYPE=PROPFIND
URL=http://mycaldav/caldav.php/
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