mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2024-11-10 06:41:36 +00:00
30 lines
444 B
Text
30 lines
444 B
Text
|
# Server-side
|
||
|
<reply>
|
||
|
<data>
|
||
|
</data>
|
||
|
</reply>
|
||
|
|
||
|
# Client-side
|
||
|
<client>
|
||
|
<server>
|
||
|
none
|
||
|
</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>
|
||
|
</test>
|
||
|
|
||
|
# Verify data after the test has been "shot"
|
||
|
<verify>
|
||
|
<stdout>
|
||
|
contents in a single file
|
||
|
contents in a single file
|
||
|
</stdout>
|
||
|
</verify>
|