test3020 431 B

123456789101112131415161718192021222324252627282930313233343536
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. --connect-to
  7. </keywords>
  8. </info>
  9. #
  10. # Server-side
  11. <reply>
  12. </reply>
  13. #
  14. # Client-side
  15. <client>
  16. <server>
  17. http
  18. </server>
  19. <name>
  20. HTTP with invalid --connect-to syntax
  21. </name>
  22. <command>
  23. --connect-to ::example.com:example.com http://example.com:%HTTPPORT/%TESTNUMBER
  24. </command>
  25. </client>
  26. #
  27. # Verify data after the test has been "shot"
  28. <verify>
  29. <errorcode>
  30. 49
  31. </errorcode>
  32. </verify>
  33. </testcase>