Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0530-iCal4-PROPFIND.test
blobc6467b69d7d5fcd8dfe1c3d92edbf1583b10222e
2 # Testing with a process similar to iCal4
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user1/
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 # Woohoo!  Searching for the current-user-principal...
15 BEGINDATA
16 <?xml version="1.0" encoding="utf-8"?>
17 <x0:propfind xmlns:x0="DAV:">
18  <x0:prop>
19   <x0:principal-URL/>
20  </x0:prop>
21 </x0:propfind>
22 ENDDATA