davical/testing/tests/carddav/2039-REPORT-sync-changed.test

20 lines
384 B
Plaintext

#
# We should see an updated sync token here.
#
TYPE=REPORT
URL=http://mycaldav/caldav.php/user1/addressbook/
HEADER=User-agent: sync-collection changes REPORT
HEADER=Content-type: text/xml
HEAD
BEGINDATA
<?xml version="1.0" encoding="utf-8" ?>
<D:sync-collection xmlns:D="DAV:">
<D:sync-token>5</D:sync-token>
<D:prop>
<D:getetag/>
</D:prop>
</D:sync-collection>
ENDDATA