davical/testing/tests/regression-suite/240-Moz-PROPFIND-sub.test
2009-10-06 14:39:53 +13:00

25 lines
666 B
Plaintext

#
# Check for PROPFIND for scheduing inbox/outbox
#
TYPE=PROPFIND
URL=http://alternate.host/davical/caldav.php/user1/
HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18pre) Gecko/20080917 Sunbird/0.9
HEADER=Accept: text/xml
HEADER=Accept-Language: en-us,en;q=0.5
HEADER=Accept-Encoding: gzip,deflate
HEADER=Accept-Charset: utf-8,*;q=0.1
HEADER=Content-Type: text/xml; charset=utf-8
HEADER=Depth: 0
HEAD
BEGINDATA
<D:propfind xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
<D:prop>
<C:calendar-home-set/>
<C:calendar-user-address-set/>
<C:schedule-inbox-URL/>
<C:schedule-outbox-URL/>
</D:prop>
</D:propfind>
ENDDATA