Tests for allprop request.

This commit is contained in:
Andrew McMillan 2006-12-11 08:27:06 +13:00
parent 25ba6f8e0d
commit 27909914f6
2 changed files with 36 additions and 0 deletions

View 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

View 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