Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0240-Moz-PROPFIND-sub.test
blob255fe1acc8a35773b88255b2a398975e4c7b4c70
2 # Check for PROPFIND for scheduing inbox/outbox
4 TYPE=PROPFIND
5 URL=http://alternate.host/davical/caldav.php/user1/
6 HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18pre) Gecko/20080917 Sunbird/0.9
7 HEADER=Accept: text/xml
8 HEADER=Accept-Language: en-us,en;q=0.5
9 HEADER=Accept-Charset: utf-8,*;q=0.1
10 HEADER=Content-Type: text/xml; charset=utf-8
11 HEADER=Depth: 0
12 HEAD
14 BEGINDATA
15 <D:propfind xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
16   <D:prop>
17     <C:calendar-home-set/>
18     <C:calendar-user-address-set/>
19     <C:schedule-inbox-URL/>
20     <C:schedule-outbox-URL/>
21   </D:prop>
22 </D:propfind>
23 ENDDATA