test1260 543 B

123456789101112131415161718192021222324252627282930313233343536
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. </keywords>
  7. </info>
  8. # Server-side
  9. <reply>
  10. </reply>
  11. # Client-side
  12. <client>
  13. <server>
  14. none
  15. </server>
  16. <features>
  17. http
  18. </features>
  19. <name>
  20. HTTP URL with rubbish after port number
  21. </name>
  22. <command>
  23. -g "http://[%HOSTIP]:%NOLISTENPORT:80/we/want/%TESTNUMBER" "http://%HOSTIP:%NOLISTENPORT:80/we/want/%TESTNUMBER" "http://user@example.com:80@localhost"
  24. </command>
  25. </client>
  26. # Verify data after the test has been "shot"
  27. <verify>
  28. # CURLE_URL_MALFORMAT == 3
  29. <errorcode>
  30. 3
  31. </errorcode>
  32. </verify>
  33. </testcase>