mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-06-09 05:00:21 +00:00
PROPFIND for an arbitrary property we added earlier.
This commit is contained in:
parent
59455f394e
commit
951a53619a
12
testing/tests/regression-suite/843-Spec-PROPFIND.result
Normal file
12
testing/tests/regression-suite/843-Spec-PROPFIND.result
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<multistatus xmlns="DAV:">
|
||||
<response>
|
||||
<href>/caldav.php/user1/home/</href>
|
||||
<propstat>
|
||||
<prop>
|
||||
<displayname>User One's Calendar</displayname>
|
||||
</prop>
|
||||
<status>HTTP/1.1 200 OK</status>
|
||||
</propstat>
|
||||
</response>
|
||||
</multistatus>
|
||||
20
testing/tests/regression-suite/843-Spec-PROPFIND.test
Normal file
20
testing/tests/regression-suite/843-Spec-PROPFIND.test
Normal file
@ -0,0 +1,20 @@
|
||||
#
|
||||
# PROPFIND based on RFC2518 Spec against an iCalendar resource
|
||||
#
|
||||
TYPE=PROPFIND
|
||||
URL=http://mycaldav/caldav.php/user1/home/
|
||||
HEADER=User-Agent: RFC2518 Spec Tests
|
||||
HEADER=Depth: 0
|
||||
HEADER=Content-Type: application/xml
|
||||
|
||||
|
||||
BEGINDATA
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<propfind xmlns="DAV:" xmlns:X="urn:mcmillan:bogus:xml:ns:rscds">
|
||||
<prop>
|
||||
<owner/>
|
||||
<X:arbitrary/>
|
||||
<displayname/>
|
||||
</prop>
|
||||
</propfind>
|
||||
ENDDATA
|
||||
Loading…
x
Reference in New Issue
Block a user