davical/testing/tests/regression-suite/006-Mulberry-1.test
2008-10-26 01:46:49 +13:00

21 lines
383 B
Plaintext

#
# After creating the calendar we should be able to get any URLs
TYPE=PROPFIND
URL=http://mycaldav/caldav.php/user1/home/
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:getetag/>
</D:prop>
</D:propfind>
ENDDATA