Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0232-Moz-PROPFIND.test
blob981b80e9f39736570f500f0a54cfe277d1d73bc6
2 # Testing with a process similar to Mozilla Sunbird 0.7
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user1/home/
6 HEAD
8 HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8pre) Gecko/20071023 Sunbird/0.7
9 HEADER=Content-Type: text/xml; charset=utf-8
10 HEADER=Depth: 0
13 # The first query just gets the resourcetype
15 BEGINDATA
16 <?xml version="1.0"?>
17 <D:propfind xmlns:D="DAV:"><D:prop><D:resourcetype/></D:prop></D:propfind>
18 ENDDATA