Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0825-Spec-PROPFIND-6.test
blob7c180dda7888b865552b961aac99b195bbbd599a
2 # PROPFIND based on RFC2518 Spec against an iCalendar resource
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user1/home/da81c0ee-7871-11db-c6d6-f6927c144649.ics
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   <allprop/>
17  </prop>
18 </propfind>
19 ENDDATA