1234567891011121314151617181920212223242526272829303132333435363738 |
- <testcase>
- <info>
- <keywords>
- HTTP proxy
- FAILURE
- </keywords>
- </info>
- #
- # Server-side
- <reply>
- </reply>
- #
- # Client-side
- <client>
- <server>
- none
- </server>
- <features>
- http
- </features>
- <name>
- Provide illegal proxy name
- </name>
- <command>
- --proxy "http://a:b@/x" http://%HOSTIP:%HTTPPORT
- </command>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- # Couldn't resolve proxy name
- <errorcode>
- 5
- </errorcode>
- </verify>
- </testcase>
|