~ubuntu-branches/debian/wheezy/davical/wheezy

« back to all changes in this revision

Viewing changes to testing/tests/carddav/2039-REPORT-sync-changed.test

  • Committer: Bazaar Package Importer
  • Author(s): Andrew McMillan
  • Date: 2010-09-26 00:45:59 UTC
  • mfrom: (6.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100926004559-xrs3nntl3ch6lp41
Tags: 0.9.9.3-0
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# We should see an updated sync token here.
 
3
#
 
4
TYPE=REPORT
 
5
URL=http://mycaldav/caldav.php/user1/addressbook/
 
6
HEADER=User-agent: sync-collection changes REPORT
 
7
HEADER=Content-type: text/xml
 
8
HEAD
 
9
 
 
10
BEGINDATA
 
11
<?xml version="1.0" encoding="utf-8" ?>
 
12
<D:sync-collection xmlns:D="DAV:">
 
13
  <D:sync-token>5</D:sync-token>
 
14
  <D:prop>
 
15
    <D:getetag/>
 
16
  </D:prop>
 
17
</D:sync-collection>
 
18
ENDDATA
 
19