document closed Debian bug
[davical.git] / testing / tests / regression-suite / 0872-PROPFIND.test
blob515950bdc4cd41c6200a3f0067b433963522605e
2 # Testing for Spec compliance.  PROPFIND on a calendar,
3 # Depth: 1, looking for the getctag & getetag
5 TYPE=PROPFIND
6 AUTH=user2:user2
7 URL=http://regression.host/caldav.php/user2/home/
8 HEADER=User-Agent: RFC2518 Spec Tests
9 HEADER=Depth: 1
10 HEADER=Content-Type: application/xml
11 HEAD
13 REPLACE=#<creationdate>\d{8}T\d{6}</creationdate>#<creationdate>YYYYMMDDThhmmss</creationdate>#
15 BEGINDATA
16 <?xml version="1.0" encoding="utf-8"?>
17 <propfind xmlns="DAV:" xmlns:CS="http://calendarserver.org/ns/" xmlns:BS="http://complete/bollocks/ns/">
18  <prop>
19   <CS:getctag/>
20   <getetag/>
21   <BS:gobbledegook/>
22  </prop>
23 </propfind>
24 ENDDATA