Further testing for some combinations of sync token.
[davical.git] / testing / tests / regression-suite / 1102-REPORT-sync-changed.test
blob2fb8d7eb39623760d02510587333b07c5898794a
2 # Check for support of REPORT sync-collection with no sync-token
4 TYPE=REPORT
5 URL=http://mycaldav/caldav.php/user1/home/
6 HEADER=User-agent: sync-collection changes REPORT
7 HEADER=Content-type: text/xml
8 HEAD
10 # Should be no changes - we just requested this, after all.
12 # <calendar-data xmlns="urn:ietf:params:xml:ns:caldav"/>
13 BEGINDATA
14 <?xml version="1.0" encoding="utf-8" ?>
15 <sync-collection xmlns="DAV:">
16   <prop>
17     <getetag/>
18     <getlastmodified/>
19   </prop>
20   <sync-token>data:,4</sync-token>
21 </sync-collection>
22 ENDDATA