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