Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0511-iCal-PROPFIND.test
blob6fccd8a5db8403113d15550e6dba5b9beb1cbfec
2 # Testing with a process similar to iCal 10.5
4 TYPE=PROPFIND
5 URL=http://regression.host/
6 HEAD
8 HEADER=User-Agent: DAVKit/2.0 (10.5; wrbt) iCal 3.0
9 HEADER=Content-Type: text/xml
10 HEADER=Depth: 0
12 BEGINDATA
13 <?xml version="1.0" encoding="utf-8"?>
14 <x0:propfind xmlns:x2="http://calendarserver.org/ns/" xmlns:x1="urn:ietf:params:xml:ns:caldav" xmlns:x0="DAV:">
15  <x0:prop>
16   <x1:calendar-home-set/>
17   <x1:calendar-user-address-set/>
18   <x1:schedule-inbox-URL/>
19   <x1:schedule-outbox-URL/>
20   <x2:dropbox-home-URL/>
21   <x2:notifications-URL/>
22   <x0:displayname/>
23  </x0:prop>
24 </x0:propfind>
25 ENDDATA