Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0247-Moz-PROPFIND.test
blobdafeee01be5c29a03cdabdb74a280c9e096b6af3
2 # Check for PROPFIND for scheduing inbox/outbox
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user1/home/
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: 1
12 HEAD
14 BEGINDATA
15 <?xml version="1.0" encoding="UTF-8"?>
16 <D:propfind xmlns:D="DAV:">
17 <D:prop>
18 <D:getcontenttype/>
19 <D:resourcetype/>
20 <D:getetag/>
21 </D:prop>
22 </D:propfind>
23 ENDDATA