diff options
Diffstat (limited to 'tests/data/test705')
-rw-r--r-- | tests/data/test705 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/tests/data/test705 b/tests/data/test705 new file mode 100644 index 000000000..3b904c6b1 --- /dev/null +++ b/tests/data/test705 @@ -0,0 +1,36 @@ +<testcase> +#based off 19 +<info> +<keywords> +HTTP +SOCKS5 +connect to non-listen +FAILURE +</keywords> +</info> +# Server-side +<reply> +<data> +</data> +</reply> + +# Client-side +<client> +<server> +http +</server> + <name> +Attempt connect to non-listening SOCKS5 proxy + </name> + <command> +--socks5 %HOSTIP:60000 http://%HOSTIP:%HTTPPORT/705 +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +7 +</errorcode> +</verify> +</testcase> |