Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0539-iCal4-PROPFIND.test
blob16b5f75fe6c7a4b78c19679d0417c85651fb78b2
2 # Testing with a process similar to iCal4
4 TYPE=PROPFIND
5 URL=http://regression.host/
6 HEAD
8 HEADER=User-Agent: DAVKit/4.0.1 (730); CalendarStore/4.0.1 (973); iCal/4.0.1 (1374); Mac OS X/10.6.2 (10C540)
9 HEADER=Depth: 0
10 HEADER=Content-Type: text/xml
13 # Finding where to start from
15 BEGINDATA
16 <?xml version="1.0" encoding="utf-8"?>
17 <x0:propfind xmlns:x0="DAV:">
18  <x0:prop>
19   <x0:principal-collection-set/>
20  </x0:prop>
21 </x0:propfind>
22 ENDDATA