Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0541-iCal4-PROPFIND.test
blob1d8e7d4f37089831931cc099b18257a191693355
2 # Testing with a process similar to iCal4
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user1/home/
6 HEAD
8 HEADER=DAVKit/4.0 (729); CalendarStore/4.0 (965); iCal/4.0 (1362); Mac OS X/10.6.1 (10B504)
9 HEADER=Content-Type: text/xml
10 HEADER=Depth: 0
13 # Looking for interesting stuff like xmpp-uri
15 BEGINDATA
16 <?xml version="1.0" encoding="utf-8"?>
17 <x0:propfind xmlns:x0="DAV:" xmlns:x3="http://apple.com/ns/ical/" xmlns:x1="http://calendarserver.org/ns/" xmlns:x2="urn:ietf:params:xml:ns:caldav">
18  <x0:prop>
19   <x0:displayname/>
20   <x2:calendar-description/>
21   <x3:calendar-color/>
22   <x3:calendar-order/>
23   <x2:supported-calendar-component-set/>
24   <x2:schedule-calendar-transp/>
25   <x2:schedule-default-calendar-URL/>
26   <x2:calendar-timezone/>
27  </x0:prop>
28 </x0:propfind>
29 ENDDATA