1<testcase>
2# Server-side
3<reply>
4<data>
5</data>
6</reply>
7
8# Client-side
9<client>
10<server>
11file
12</server>
13 <name>
14two file:// URLs to stdout
15 </name>
16 <command>
17file://localhost/%PWD/log/test202.txt FILE://localhost/%PWD/log/test202.txt
18</command>
19<file name="log/test202.txt">
20contents in a single file
21</file>
22</client>
23
24# Verify data after the test has been "shot"
25<verify>
26<stdout>
27contents in a single file
28contents in a single file
29</stdout>
30</verify>
31</testcase>
32