A couple of common iCal4/iCal5 PROPFIND requests.
[davical.git] / testing / tests / regression-suite / 0099-REPORT-sync-initial.test
blobe161d7bd75c1bb42a2aaced4cc22f7026138b76d
2 # Check for support of REPORT sync-collection with no sync-token
4 TYPE=REPORT
5 URL=http://mycaldav/caldav.php/user1/home/
6 HEADER=User-agent: sync-collection initial 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/>
14   <D:prop>
15     <D:getetag/>
16   </D:prop>
17 </D:sync-collection>
18 ENDDATA