test 202 - two file:// URLs in one command line
This commit is contained in:
parent
8b2861da85
commit
ed786290e2
@ -8,4 +8,5 @@ EXTRA_DIST = \
|
||||
test1 test102 test106 test13 test17 test300 test43 test8 \
|
||||
test10 test103 test107 test14 test2 test33 test5 test9 \
|
||||
test100 test104 test11 test15 test200 test4 test6 \
|
||||
test101 test105 test12 test16 test3 test400 test7 test201
|
||||
test101 test105 test12 test16 test3 test400 test7 test201 \
|
||||
test202
|
||||
|
26
tests/data/test202
Normal file
26
tests/data/test202
Normal file
@ -0,0 +1,26 @@
|
||||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
<client>
|
||||
<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>
|
Loading…
Reference in New Issue
Block a user