test288 598 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. none
  21. </server>
  22. <features>
  23. file
  24. </features>
  25. <name>
  26. file:// with (unsupported) proxy, authentication and range
  27. </name>
  28. <setenv>
  29. all_proxy=http://fake:user@%HOSTIP:%NOLISTENPORT/
  30. </setenv>
  31. <command option="no-include">
  32. file://localhost%FILE_PWD/log/test%TESTNUMBER.txt
  33. </command>
  34. <file name="log/test%TESTNUMBER.txt">
  35. foo
  36. bar
  37. bar
  38. foo
  39. moo
  40. </file>
  41. </client>
  42. # Verify data after the test has been "shot"
  43. <verify>
  44. </verify>
  45. </testcase>