2
0

test202 469 B

12345678910111213141516171819202122232425262728293031
  1. <testcase>
  2. # Server-side
  3. <reply>
  4. <data>
  5. </data>
  6. </reply>
  7. # Client-side
  8. <client>
  9. <server>
  10. file
  11. </server>
  12. <name>
  13. two file:// URLs to stdout
  14. </name>
  15. <command>
  16. file://localhost/%PWD/log/test202.txt FILE://localhost/%PWD/log/test202.txt
  17. </command>
  18. <file name="log/test202.txt">
  19. contents in a single file
  20. </file>
  21. </client>
  22. # Verify data after the test has been "shot"
  23. <verify>
  24. <stdout>
  25. contents in a single file
  26. contents in a single file
  27. </stdout>
  28. </verify>
  29. </testcase>