mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-24 02:24:39 +00:00
Test to produce that result I actually committed earlier by accident.
This commit is contained in:
parent
3eaa0ab627
commit
1ed1f646f2
32
testing/tests/regression-suite/870-Principal-PROPFIND.test
Normal file
32
testing/tests/regression-suite/870-Principal-PROPFIND.test
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
#
|
||||||
|
# Testing for Spec compliance. PROPFIND on the root
|
||||||
|
#
|
||||||
|
TYPE=PROPFIND
|
||||||
|
URL=http://mycaldav/~user1/
|
||||||
|
HEADER=User-Agent: RFC2518 Spec Tests
|
||||||
|
HEADER=Depth: 0
|
||||||
|
HEADER=Content-Type: application/xml
|
||||||
|
|
||||||
|
REPLACE=#<creationdate>\d{8}T\d{6}</creationdate>#<creationdate>YYYYMMDDThhmmss</creationdate>#
|
||||||
|
|
||||||
|
BEGINDATA
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<propfind xmlns="DAV:">
|
||||||
|
<prop>
|
||||||
|
<acl/>
|
||||||
|
<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