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