Test to produce that result I actually committed earlier by accident.

This commit is contained in:
Andrew McMillan 2007-11-04 21:51:55 +13:00
parent 3eaa0ab627
commit 1ed1f646f2

View 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