test288 511 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <testcase>
  2. # Server-side
  3. <reply>
  4. <data>
  5. foo
  6. bar
  7. bar
  8. foo
  9. moo
  10. </data>
  11. </reply>
  12. # Client-side
  13. <client>
  14. <server>
  15. none
  16. </server>
  17. <features>
  18. file
  19. </features>
  20. <name>
  21. file:// with (unsupported) proxy, authentication and range
  22. </name>
  23. <setenv>
  24. all_proxy=http://fake:user@%HOSTIP:%HTTPPORT/
  25. </setenv>
  26. <command>
  27. file://localhost/%PWD/log/test288.txt
  28. </command>
  29. <file name="log/test288.txt">
  30. foo
  31. bar
  32. bar
  33. foo
  34. moo
  35. </file>
  36. </client>
  37. # Verify data after the test has been "shot"
  38. <verify>
  39. </verify>
  40. </testcase>