diff options
Diffstat (limited to 'tests/data/test1447')
-rw-r--r-- | tests/data/test1447 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/data/test1447 b/tests/data/test1447 new file mode 100644 index 000000000..d79ab27d9 --- /dev/null +++ b/tests/data/test1447 @@ -0,0 +1,35 @@ +<testcase> +<info> +<keywords> +HTTP proxy +FAILURE +</keywords> +</info> +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<server> +none +</server> + <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> |