Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / binding / 1036-REPORT-sync-initial-bound.test
blob1c16ab98f5ddd1998abadc3a4c255374f7829248
2 # Check for support of REPORT sync-collection with no sync-token
3 # on a bound resource
5 TYPE=REPORT
6 URL=http://regression.host/caldav.php/user4/user2/
7 HEADER=User-agent: sync-collection initial REPORT
8 HEADER=Content-type: text/xml
9 HEAD
11 AUTH=user4:user4
14 BEGINDATA
15 <?xml version="1.0" encoding="utf-8" ?>
16 <D:sync-collection xmlns:D="DAV:">
17   <D:sync-token/>
18   <D:prop>
19     <D:getetag/>
20   </D:prop>
21 </D:sync-collection>
22 ENDDATA