Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 1101-REPORT-sync-changed.test
blob148cb757a6274d55c06c51ec1a201ba75e23a612
2 # Check for support of REPORT sync-collection with no sync-token
4 TYPE=REPORT
5 URL=http://regression.host/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:,36</sync-token>
21 </sync-collection>
22 ENDDATA