1<testcase>
2<info>
3<keywords>
4[] range
5FAILURE
6</keywords>
7</info>
8#
9# Server-side
10<reply>
11<data1>
12HTTP/1.1 200 OK
13Funny-head: yesyes
14Content-Length: 15
15
16the number one
17</data1>
18<data2>
19HTTP/1.1 200 OK
20Funny-head: yesyes
21Content-Length: 16
22
23two is nice too
24</data2>
25
26</reply>
27#
28# Client-side
29<client>
30<server>
31http
32</server>
33<features>
34http
35</features>
36 <name>
37urlglob with out of range -o #[num] usage
38 </name>
39 <command option="no-output">
40"http://%HOSTIP:%HTTPPORT/[870001-870002]" -o "log/dumpit#2.dump"
41</command>
42</client>
43
44#
45# Verify data after the test has been "shot". Note that the command line
46# will write both responses into the same file name so only the second
47# survives
48#
49<verify>
50<file name="log/dumpit#2.dump" [mode="text"]>
51HTTP/1.1 200 OK
52Funny-head: yesyes
53Content-Length: 16
54
55two is nice too
56</file>
57</verify>
58</testcase>
59