45 lines
640 B
Plaintext
45 lines
640 B
Plaintext
|
<testcase>
|
||
|
<info>
|
||
|
<keywords>
|
||
|
FILE
|
||
|
</keywords>
|
||
|
</info>
|
||
|
|
||
|
<reply>
|
||
|
<data>
|
||
|
foo
|
||
|
bar
|
||
|
bar
|
||
|
foo
|
||
|
moo
|
||
|
</data>
|
||
|
</reply>
|
||
|
|
||
|
# Client-side
|
||
|
<client>
|
||
|
<server>
|
||
|
file
|
||
|
</server>
|
||
|
<name>
|
||
|
file:// with unix path resolution behavior for the case of extra slashes
|
||
|
</name>
|
||
|
<command option="no-include">
|
||
|
file:////%PWD/%LOGDIR/test%TESTNUMBER.txt
|
||
|
</command>
|
||
|
<precheck>
|
||
|
perl -e "print 'Test requires a unix system' if ( $^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'dos' || $^O eq 'msys');"
|
||
|
</precheck>
|
||
|
<file name="%LOGDIR/test%TESTNUMBER.txt">
|
||
|
foo
|
||
|
bar
|
||
|
bar
|
||
|
foo
|
||
|
moo
|
||
|
</file>
|
||
|
</client>
|
||
|
|
||
|
# Verify data after the test has been "shot"
|
||
|
<verify>
|
||
|
</verify>
|
||
|
</testcase>
|