davical/testing/tests/regression-suite/0543-iCal5-REPORT.test
2011-09-17 17:59:02 +12:00

31 lines
703 B
Plaintext

#
# Testing with a process similar to iCal5
# - using an open-ended time query.
#
TYPE=REPORT
URL=http://regression.host/caldav.php/user1/home/
HEAD
HEADER=DAVKit/4.0 (729); CalendarStore/4.0 (965); iCal/4.0 (1362); Mac OS X/10.6.1 (10B504)
HEADER=Content-Type: text/xml
HEADER=Depth: 1
#
#
BEGINDATA
<?xml version="1.0" encoding="utf-8" ?>
<C:calendar-query xmlns:C="urn:ietf:params:xml:ns:caldav">
<C:filter>
<C:comp-filter name="VCALENDAR">
<C:comp-filter name="VEVENT">
<C:time-range start="20080815T000000Z"/>
</C:comp-filter>
</C:comp-filter>
</C:filter>
<A:prop xmlns:A="DAV:">
<A:getetag/>
<A:getcontenttype/>
</A:prop>
</C:calendar-query>
ENDDATA