mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-21 01:54:23 +00:00
Test for all DAV properties.
This commit is contained in:
parent
cfdf6b073b
commit
70090377bb
31
testing/tests/regression-suite/820-Spec-PROPFIND-1.test
Normal file
31
testing/tests/regression-suite/820-Spec-PROPFIND-1.test
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
#
|
||||||
|
# Using CADAVER to do a PROPFIND
|
||||||
|
#
|
||||||
|
TYPE=PROPFIND
|
||||||
|
URL=http://mycaldav/caldav.php/user1/home/
|
||||||
|
HEADER=User-Agent: RFC2518 Spec Tests
|
||||||
|
HEADER=Depth: 0
|
||||||
|
HEADER=Content-Type: application/xml
|
||||||
|
|
||||||
|
HEAD
|
||||||
|
|
||||||
|
BEGINDATA
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<propfind xmlns="DAV:">
|
||||||
|
<prop>
|
||||||
|
<creationdate/>
|
||||||
|
<displayname/>
|
||||||
|
<getcontentlanguage/>
|
||||||
|
<getcontentlength/>
|
||||||
|
<getcontenttype/>
|
||||||
|
<getetag/>
|
||||||
|
<getlastmodified/>
|
||||||
|
<lockdiscovery/>
|
||||||
|
<resourcetype/>
|
||||||
|
<source/>
|
||||||
|
<supportedlock/>
|
||||||
|
<checked-in/>
|
||||||
|
<checked-out/>
|
||||||
|
</prop>
|
||||||
|
</propfind>
|
||||||
|
ENDDATA
|
||||||
Loading…
x
Reference in New Issue
Block a user