test202 473 B

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