davical/testing/tests/regression-suite/1103-REPORT-sync-changed.test
2013-07-15 13:11:08 +12:00

24 lines
546 B
Plaintext

#
# Check for support of REPORT sync-collection with no sync-token
#
TYPE=REPORT
URL=http://regression.host/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:,59</sync-token>
</sync-collection>
ENDDATA