test502 524 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FILE
  5. </keywords>
  6. </info>
  7. #
  8. # Server-side
  9. <reply>
  10. <data>
  11. foo
  12. bar swsclose
  13. bar
  14. foo
  15. moo
  16. </data>
  17. </reply>
  18. # Client-side
  19. <client>
  20. <server>
  21. file
  22. </server>
  23. # tool is what to use instead of 'curl'
  24. <tool>
  25. lib%TESTNUMBER
  26. </tool>
  27. <name>
  28. simple multi file:// get
  29. </name>
  30. <command>
  31. file://%PWD/log/test%TESTNUMBER.txt
  32. </command>
  33. <file name="log/test%TESTNUMBER.txt">
  34. foo
  35. bar swsclose
  36. bar
  37. foo
  38. moo
  39. </file>
  40. </client>
  41. # Verify data after the test has been "shot"
  42. <verify>
  43. </verify>
  44. </testcase>