1<testcase> 2<info> 3<keywords> 4FILE 5Range 6</keywords> 7</info> 8 9# Server-side 10<reply> 11<data> 12</data> 13</reply> 14 15# Client-side 16<client> 17<server> 18none 19</server> 20<features> 21file 22</features> 23<name> 240-Y range on a file:// URL to stdout 25</name> 26<command option="no-include"> 27-r 0-3 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt 28</command> 29<file name="%LOGDIR/test%TESTNUMBER.txt"> 301234567890 31</file> 32</client> 33 34# Verify data after the test has been "shot" 35<verify> 36<stdout nonewline="yes"> 371234 38</stdout> 39</verify> 40</testcase> 41