test502 474 B

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