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>
14file:// URLs with query string
15 </name>
16 <command>
17file://localhost/%PWD/log/test1220.txt?a_query=foobar#afragment
18</command>
19<file name="log/test1220.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
28</stdout>
29</verify>
30</testcase>
31