Internalising data in a few more tests.

This commit is contained in:
Andrew McMillan 2010-04-29 16:02:33 +12:00
parent d1921b162c
commit 6cb50958c8
3 changed files with 43 additions and 0 deletions

View File

@ -6,3 +6,18 @@ HEAD
HEADER=Depth: 1
HEADER=User-Agent: Evolution/1.8.1
HEADER=Content-Type: text/xml
BEGINDATA
<C:calendar-query xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:D="DAV:">
<D:prop>
<D:getetag/>
</D:prop>
<C:filter>
<C:comp-filter name="VCALENDAR">
<C:comp-filter name="VEVENT">
<C:is-defined/>
</C:comp-filter>
</C:comp-filter>
</C:filter>
</C:calendar-query>
ENDDATA

View File

@ -11,3 +11,20 @@ HEADER=Keep-Alive: 300
HEADER=Content-Type: text/xml
HEADER=Depth: 1
HEAD
BEGINDATA
<?xml version="1.0" encoding="UTF-8"?>
<calendar-query xmlns:D="DAV:" xmlns="urn:ietf:params:xml:ns:caldav">
<D:prop>
<calendar-data/>
</D:prop>
<filter>
<comp-filter name="VCALENDAR">
<comp-filter name="VEVENT">
<time-range start="20061209T110000Z" end="20061217T110000Z"/>
</comp-filter>
</comp-filter>
</filter>
</calendar-query>
ENDDATA

View File

@ -9,3 +9,14 @@ HEADER=TE: trailers
HEADER=Depth: 0
HEADER=Content-Type: application/xml
BEGINDATA
<?xml version="1.0" encoding="utf-8"?>
<propfind xmlns="DAV:"><prop>
<getcontentlength xmlns="DAV:"/>
<getlastmodified xmlns="DAV:"/>
<executable xmlns="http://apache.org/dav/props/"/>
<resourcetype xmlns="DAV:"/>
<checked-in xmlns="DAV:"/>
<checked-out xmlns="DAV:"/>
</prop></propfind>
ENDDATA