Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0822-Spec-PROPFIND-3.test
blob2c7613a8e7c5c2bef1938998b33a8333eab1370b
2 # Spec compliant test for all properties.  Depth infinity this time
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user1/home/
6 HEADER=User-Agent: RFC2518 Spec Tests
7 HEADER=Depth: infinity
8 HEADER=Content-Type: application/xml
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>#
12 BEGINDATA
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>
31 ENDDATA
33 # REPLACE=/<get.tag>"[0-9a-f]{32}"<.get.tag>/<get?tag>"deadbeefcafef00ddeadbeefcafefeed"<.get?tag>/