Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 1100-REPORT-sync-changed.test
blobdcf65c76f453801397676250189c95085dda72ba
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 # <calendar-data xmlns="urn:ietf:params:xml:ns:caldav"/>
11 BEGINDATA
12 <?xml version="1.0" encoding="utf-8" ?>
13 <sync-collection xmlns="DAV:">
14   <prop>
15     <getetag/>
16     <getlastmodified/>
17   </prop>
18   <sync-token>data:,27</sync-token>
19 </sync-collection>
20 ENDDATA