davical/testing/tests/regression-suite/862-Spec-REPORT-principal.test

35 lines
887 B
Plaintext

#
# Do a REPORT request
TYPE=REPORT
URL=http://mycaldav/caldav.php/
HEAD
HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7
HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
HEADER=Accept-Language: en-us,en;q=0.5
HEADER=Accept-Encoding: gzip,deflate
HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
HEADER=Content-Type: text/xml
BEGINDATA
<?xml version="1.0" encoding="utf-8" ?>
<principal-property-search xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
<property-search>
<prop>
<displayname/>
</prop>
<match>user1</match>
</property-search>
<prop>
<C:calendar-home-set/>
<displayname/>
<resourcetype/>
<principal-URL/>
<alternate-URI-set/>
<group-member-set/>
<group-membership/>
</prop>
</principal-property-search>
ENDDATA