test203 391 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Server-side
  2. <reply>
  3. <data>
  4. foo
  5. bar
  6. bar
  7. foo
  8. moo
  9. </data>
  10. </reply>
  11. # Client-side
  12. <client>
  13. <server>
  14. none
  15. </server>
  16. <name>
  17. file:/path URL with a single slash
  18. </name>
  19. <command>
  20. file:%PWD/log/test203.txt
  21. </command>
  22. <file name="log/test203.txt">
  23. foo
  24. bar
  25. bar
  26. foo
  27. moo
  28. </file>
  29. </test>
  30. # Verify data after the test has been "shot"
  31. <verify>
  32. </verify>