Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0599-REPORT-sync-changed.test
blob1646f2aa8b8719c0032b2800c12c5c10650320a9
2 # Check for support of REPORT sync-collection with 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 BEGINDATA
11 <?xml version="1.0" encoding="utf-8" ?>
12 <D:sync-collection xmlns:D="DAV:">
13   <D:sync-token>data:,12</D:sync-token>
14   <D:prop>
15     <D:getetag/>
16   </D:prop>
17 </D:sync-collection>
18 ENDDATA