test1560 583 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <testcase>
  2. <info>
  3. <keywords>
  4. unittest
  5. URLAPI
  6. </keywords>
  7. </info>
  8. #
  9. # Client-side
  10. <client>
  11. <server>
  12. none
  13. </server>
  14. <features>
  15. file
  16. https
  17. http
  18. pop3
  19. smtp
  20. imap
  21. ldap
  22. dict
  23. ftp
  24. ipv6
  25. </features>
  26. <name>
  27. URL API
  28. </name>
  29. <tool>
  30. lib%TESTNUMBER
  31. </tool>
  32. </client>
  33. <verify>
  34. <stdout>
  35. we got [fe80::20c:29ff:fe9c:409b]
  36. we got https://[::1]/hello.html
  37. we got https://example.com/hello.html
  38. we got https://[fe80::20c:29ff:fe9c:409b%25eth0]/hello.html
  39. we got [fe80::20c:29ff:fe9c:409b]
  40. we got eth0
  41. we got https://[fe80::20c:29ff:fe9c:409b%25clown]/hello.html
  42. success
  43. </stdout>
  44. </verify>
  45. </testcase>