1<testcase>
2# Server-side
3<reply>
4<data>
5foo
6   bar
7bar
8   foo
9moo
10</data>
11</reply>
12
13# Client-side
14<client>
15<server>
16none
17</server>
18<features>
19file
20</features>
21 <name>
22file:// with (unsupported) proxy, authentication and range
23 </name>
24<setenv>
25all_proxy=http://fake:user@%HOSTIP:%HTTPPORT/
26</setenv>
27 <command>
28file://localhost/%PWD/log/test288.txt
29</command>
30<file name="log/test288.txt">
31foo
32   bar
33bar
34   foo
35moo
36</file>
37</client>
38
39# Verify data after the test has been "shot"
40<verify>
41</verify>
42</testcase>
43