test203 445 B

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