Home | History | Annotate | Download | only in data
      1 <testcase>
      2 <info>
      3 <keywords>
      4 FILE
      5 </keywords>
      6 </info>
      7 
      8 <reply>
      9 <data>
     10 foo
     11    bar
     12 bar
     13    foo
     14 moo
     15 </data>
     16 </reply>
     17 
     18 # Client-side
     19 <client>
     20 <server>
     21 file
     22 </server>
     23 <name>
     24 file:// with unix path resolution behavior for the case of extra slashes
     25 </name>
     26 <command option="no-include">
     27 file:////%PWD/log/test2072.txt
     28 </command>
     29 <precheck>
     30 perl -e "print 'Test requires a unix system' if ( $^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'dos' || $^O eq 'msys');"
     31 </precheck>
     32 <file name="log/test2072.txt">
     33 foo
     34    bar
     35 bar
     36    foo
     37 moo
     38 </file>
     39 </client>
     40 
     41 # Verify data after the test has been "shot"
     42 <verify>
     43 </verify>
     44 </testcase>
     45