mirror of
https://github.com/ENSL/NS.git
synced 2024-11-30 16:30:57 +00:00
5af879678c
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@69 67975925-1194-0748-b3d5-c16f83f1a3a1
29 lines
444 B
Text
29 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>
|