Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0826-Spec-PROPFIND.test
blobd29503475d899c64f8cd7959fc6fca399a969e86
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: 0
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   <acl/>
17   <creationdate/>
18   <displayname/>
19   <getcontentlanguage/>
20   <getcontentlength/>
21   <getcontenttype/>
22   <getetag/>
23   <getlastmodified/>
24   <lockdiscovery/>
25   <resourcetype/>
26   <source/>
27   <supportedlock/>
28   <checked-in/>
29   <checked-out/>
30  </prop>
31 </propfind>
32 ENDDATA