test203 551 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. <setenv>
  26. # Needed for MSYS2 to not convert
  27. MSYS2_ARG_CONV_EXCL=file:
  28. </setenv>
  29. <command option="no-include">
  30. file:%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt
  31. </command>
  32. <file name="%LOGDIR/test%TESTNUMBER.txt">
  33. foo
  34. bar
  35. bar
  36. foo
  37. moo
  38. </file>
  39. </client>
  40. # Verify data after the test has been "shot"
  41. <verify>
  42. </verify>
  43. </testcase>