| <testcase> |
| <info> |
| <keywords> |
| FILE |
| </keywords> |
| </info> |
| |
| # Server-side |
| <reply> |
| <data> |
| </data> |
| </reply> |
| |
| # Client-side |
| <client> |
| <server> |
| file |
| </server> |
| <name> |
| two file:// URLs to stdout |
| </name> |
| <command option="no-include"> |
| file://localhost%FILE_PWD/log/test%TESTNUMBER.txt FILE://localhost%FILE_PWD/log/test%TESTNUMBER.txt |
| </command> |
| <file name="log/test%TESTNUMBER.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> |