davical/testing/tests/regression-suite/1103-REPORT-sync-changed.test
2011-11-09 10:06:51 +13:00

24 lines
538 B
Plaintext

#
# Check for support of REPORT sync-collection with no sync-token
#
TYPE=REPORT
URL=http://mycaldav/caldav.php/user1/home/
HEADER=User-agent: sync-collection changes REPORT
HEADER=Content-type: text/xml
HEAD
# Should be everything changes - this tag does not exist, after all.
# <calendar-data xmlns="urn:ietf:params:xml:ns:caldav"/>
BEGINDATA
<?xml version="1.0" encoding="utf-8" ?>
<sync-collection xmlns="DAV:">
<prop>
<getetag/>
<getlastmodified/>
</prop>
<sync-token>data:,5</sync-token>
</sync-collection>
ENDDATA