Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0827-Spec-PROPFIND.test
blob6bab553d0ceae89354d1e80372c847a9a9f3e8d0
2 # Testing for Spec compliance.  PROPFIND on the root
4 TYPE=PROPFIND
5 URL=http://regression.host/
6 HEADER=User-Agent: RFC2518 Spec Tests
7 HEADER=Depth: 1
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>#
13 BEGINDATA
14 <?xml version="1.0" encoding="utf-8"?>
15 <propfind xmlns="DAV:">
16  <prop>
17   <acl/>
18   <creationdate/>
19   <displayname/>
20   <getcontentlanguage/>
21   <getcontentlength/>
22   <getcontenttype/>
23   <getetag/>
24   <getlastmodified/>
25   <lockdiscovery/>
26   <resourcetype/>
27   <source/>
28   <supportedlock/>
29   <checked-in/>
30   <checked-out/>
31  </prop>
32 </propfind>
33 ENDDATA