test203 382 B

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