1<testcase>
2<info>
3<keywords>
4FILE
5</keywords>
6</info>
7#
8# Server-side
9<reply>
10<data mode="text">
11foo
12   bar swsclose
13bar
14   foo
15moo
16</data>
17</reply>
18
19# Client-side
20<client>
21<server>
22file
23</server>
24# tool is what to use instead of 'curl'
25<tool>
26lib502
27</tool>
28
29 <name>
30simple multi file:// get
31 </name>
32 <command>
33file://%PWD/log/test502.txt
34</command>
35<file name="log/test502.txt">
36foo
37   bar swsclose
38bar
39   foo
40moo
41</file>
42</client>
43
44# Verify data after the test has been "shot"
45<verify>
46</verify>
47</testcase>
48