mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-04 01:53:58 +00:00
Regression test for full properties of a resource.
This commit is contained in:
parent
ddeea735f1
commit
dc77328e45
32
testing/tests/regression-suite/823-Spec-PROPFIND-4.test
Normal file
32
testing/tests/regression-suite/823-Spec-PROPFIND-4.test
Normal file
@ -0,0 +1,32 @@
|
||||
#
|
||||
# PROPFIND based on RFC2518 Spec against an iCalendar resource
|
||||
#
|
||||
TYPE=PROPFIND
|
||||
URL=http://mycaldav/caldav.php/user1/home/da81c0ee-7871-11db-c6d6-f6927c144649.ics
|
||||
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>
|
||||
<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