1 <testcase> 2 <info> 3 <keywords> 4 FILE 5 </keywords> 6 </info> 7 8 # Server-side 9 <reply> 10 <data> 11 foo 12 bar 13 bar 14 foo 15 moo 16 </data> 17 </reply> 18 19 # Client-side 20 <client> 21 <server> 22 file 23 </server> 24 <name> 25 file:/path URL with a single slash 26 </name> 27 <command> 28 file:%PWD/log/test203.txt 29 </command> 30 <file name="log/test203.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> 43