mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-24 12:11:11 +00:00
31 lines
469 B
Text
31 lines
469 B
Text
<testcase>
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
file
|
|
</server>
|
|
<name>
|
|
two file:// URLs to stdout
|
|
</name>
|
|
<command>
|
|
file://localhost/%PWD/log/test202.txt FILE://localhost/%PWD/log/test202.txt
|
|
</command>
|
|
<file name="log/test202.txt">
|
|
contents in a single file
|
|
</file>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<stdout>
|
|
contents in a single file
|
|
contents in a single file
|
|
</stdout>
|
|
</verify>
|
|
</testcase>
|