A first regression test for the way iCal 10.5 does things.

This commit is contained in:
Andrew McMillan 2007-10-26 21:13:14 +13:00
parent f8b0f0383e
commit 0bbcc11367

View File

@ -0,0 +1,23 @@
#
# Testing with a process similar to iCal 10.5
#
TYPE=PROPFIND
URL=http://mycaldav/caldav.php/user1/home/
HEADER=User-Agent: DAVKit/2.0 (10.5; wrbt) iCal 3.0
HEADER=Content-Type: text/xml
HEADER=Depth: 0
BEGINDATA
<?xml version="1.0" encoding="utf-8"?>
<x0:propfind xmlns:x2="http://calendarserver.org/ns/" xmlns:x1="urn:ietf:params:xml:ns:caldav" xmlns:x0="DAV:">
<x0:prop>
<x1:calendar-home-set/>
<x1:calendar-user-address-set/>
<x1:schedule-inbox-URL/>
<x1:schedule-outbox-URL/>
<x2:dropbox-home-URL/>
<x2:notifications-URL/>
<x0:displayname/>
</x0:prop>
</x0:propfind>
ENDDATA