Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0502-iCal-PROPFIND.test
blob03c6fd28464221f072b7ceda965ed47cb769a36d
2 # Testing with a process similar to iCal 10.5
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user1/
6 HEAD
8 HEADER=User-Agent: DAVKit/2.0 (10.5; wrbt) iCal 3.0
9 HEADER=Content-Type: text/xml
10 HEADER=Depth: 1
12 BEGINDATA
13 <?xml version="1.0" encoding="utf-8"?>
14 <x0:propfind xmlns:x1="urn:ietf:params:xml:ns:caldav" xmlns:x0="DAV:" xmlns:x2="http://apple.com/ns/ical/">
15  <x0:prop>
16   <x0:displayname/>
17   <x1:calendar-description/>
18   <x2:calendar-color/>
19   <x0:resourcetype/>
20  </x0:prop>
21 </x0:propfind>
22 ENDDATA