Further regression test results changes from the caldav-proxy header.
[davical.git] / testing / tests / carddav / 2033-REPORT-addressbook-query.test
blob3726706a39e918a60e384c274649dcd774b0c6f1
2 # Request a REPORT 
4 TYPE=REPORT
5 URL=http://mycaldav/caldav.php/user1/addressbook/
7 HEADER=Accept: text/xml,application/xml
8 HEADER=Content-Type: text/xml
9 HEADER=Depth: 1
11 # HEAD
13 BEGINDATA
14 <?xml version="1.0" encoding="utf-8" ?>
15 <C:addressbook-query xmlns:D="DAV:"
16                   xmlns:C="urn:ietf:params:xml:ns:carddav">
17   <D:prop>
18     <D:getetag/>
19     <C:address-data>
20       <C:prop name="VERSION"/>
21       <C:prop name="UID"/>
22       <C:prop name="N"/>
23       <C:prop name="NICKNAME"/>
24       <C:prop name="EMAIL"/>
25       <C:prop name="FN"/>
26     </C:address-data>
27     <D:getlastmodified/>
28   </D:prop>
29   <C:filter>
30     <C:prop-filter name="NICKNAME">
31       <C:text-match collation="i;unicode-casemap"
32                     match-type="equals"
33       >karora</C:text-match>
34     </C:prop-filter>
35   </C:filter>
36 </C:addressbook-query>
37 ENDDATA