A couple of common iCal4/iCal5 PROPFIND requests.
[davical.git] / testing / tests / regression-suite / 0232-Moz-PROPFIND.test
blob9c88891dfd8bbd0ae6682ac5debaca1a4e8c4b49
2 # Testing with a process similar to Mozilla Sunbird 0.7
4 TYPE=PROPFIND
5 URL=http://mycaldav/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