test1264 439 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 space in host name
  21. </name>
  22. <command>
  23. -g "http://127.0.0.1 www.example.com/we/want/%TESTNUMBER"
  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>