mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-21 01:54:23 +00:00
Move data into test definition.
This commit is contained in:
parent
1eff233266
commit
e876fdfb07
@ -1,9 +0,0 @@
|
|||||||
<?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>
|
|
||||||
@ -4,4 +4,17 @@ TYPE=PROPFIND
|
|||||||
URL=http://mycaldav/caldav.php/user1/home/
|
URL=http://mycaldav/caldav.php/user1/home/
|
||||||
HEADER=Depth: 1
|
HEADER=Depth: 1
|
||||||
HEADER=Content-Type: text/xml; charset=utf-8
|
HEADER=Content-Type: text/xml; charset=utf-8
|
||||||
HEAD
|
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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user