test202 513 B

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