mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-31 18:46:02 +00:00
Tests for allprop request.
This commit is contained in:
parent
25ba6f8e0d
commit
27909914f6
18
testing/tests/regression-suite/824-Spec-PROPFIND-5.test
Normal file
18
testing/tests/regression-suite/824-Spec-PROPFIND-5.test
Normal file
@ -0,0 +1,18 @@
|
||||
#
|
||||
# Testing for Spec compliance. PROPFIND on a calendar collection.
|
||||
#
|
||||
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:">
|
||||
<prop>
|
||||
<allprop/>
|
||||
</prop>
|
||||
</propfind>
|
||||
ENDDATA
|
||||
18
testing/tests/regression-suite/825-Spec-PROPFIND-6.test
Normal file
18
testing/tests/regression-suite/825-Spec-PROPFIND-6.test
Normal file
@ -0,0 +1,18 @@
|
||||
#
|
||||
# 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
|
||||
|
||||
|
||||
BEGINDATA
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<propfind xmlns="DAV:">
|
||||
<prop>
|
||||
<allprop/>
|
||||
</prop>
|
||||
</propfind>
|
||||
ENDDATA
|
||||
Loading…
x
Reference in New Issue
Block a user