davical/testing/tests/regression-suite/0006-Mulberry-1.test
2010-04-29 11:21:05 +12: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