Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 1103-REPORT-sync-changed.test
blob32af89cfbdc691d85889def63b0a034d6096d226
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 everything changes - this tag does not exist, 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:,59</sync-token>
21 </sync-collection>
22 ENDDATA