1#
2# Spec compliant test for all properties.  Depth infinity this time
3#
4TYPE=PROPFIND
5URL=http://regression.host/caldav.php/user1/home/
6HEADER=User-Agent: RFC2518 Spec Tests
7HEADER=Depth: infinity
8HEADER=Content-Type: application/xml
9
10# REPLACE=#<creationdate>2\d{3}-\d\d-\d\dT\d\d:\d\d:\d\d[+-]\d\d:\d\d</creationdate>#<creationdate>YYYY-MM-DDThh:mm:ss+ZZ:ZZ</creationdate>#
11
12BEGINDATA
13<?xml version="1.0" encoding="utf-8"?>
14<propfind xmlns="DAV:">
15 <prop>
16  <creationdate/>
17  <displayname/>
18  <getcontentlanguage/>
19  <getcontentlength/>
20  <getcontenttype/>
21  <getetag/>
22  <getlastmodified/>
23  <lockdiscovery/>
24  <resourcetype/>
25  <source/>
26  <supportedlock/>
27  <checked-in/>
28  <checked-out/>
29 </prop>
30</propfind>
31ENDDATA
32
33# REPLACE=/<get.tag>"[0-9a-f]{32}"<.get.tag>/<get?tag>"deadbeefcafef00ddeadbeefcafefeed"<.get?tag>/
34