1<testcase> 2<info> 3<keywords> 4FILE 5URL 6</keywords> 7</info> 8 9# Server-side 10<reply> 11<data> 12</data> 13</reply> 14 15# Client-side 16<client> 17<server> 18file 19</server> 20<name> 21file:// URLs with query string 22</name> 23<command option="no-include"> 24file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt?a_query=foobar#afragment 25</command> 26<file name="%LOGDIR/test%TESTNUMBER.txt"> 27contents in a single file 28</file> 29</client> 30 31# Verify data after the test has been "shot" 32<verify> 33<stdout> 34contents in a single file 35</stdout> 36</verify> 37</testcase> 38