Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0212-Moz-PROPFIND.test
blob11db23fdcecfbd9c701c03f3e9297849b99b8fd2
2 # Do a PROPFIND request without the trailing '/', to confirm that
3 # we continue to see this as a collection...
5 TYPE=PROPFIND
6 URL=http://regression.host/caldav.php/user1/home
7 HEAD
9 HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7
10 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
11 HEADER=Accept-Language: en-us,en;q=0.5
12 HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
13 HEADER=Content-Type: text/xml
14 HEADER=Depth: 0
16 BEGINDATA
17 <?xml version="1.0" encoding="utf-8" ?>
18 <D:propfind xmlns:D="DAV:"><D:prop><D:resourcetype/></D:prop></D:propfind>
19 ENDDATA