diff options
Diffstat (limited to 'tests/data/test703')
-rw-r--r-- | tests/data/test703 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/data/test703 b/tests/data/test703 new file mode 100644 index 000000000..87c9a28aa --- /dev/null +++ b/tests/data/test703 @@ -0,0 +1,39 @@ +#based off 19 +<testcase> +<info> +<keywords> +HTTP +SOCKS4 +connect to non-listen +FAILURE +</keywords> +</info> +# Server-side +<reply> +<data> +</data> +</reply> + +# Client-side +<client> +<server> +socks4 +</server> +<features> +http +</features> + <name> +attempt connect to non-listening socket via sock5 proxy + </name> + <command> +--socks5 %HOSTIP:%SOCKSPORT %HOSTIP:60000 +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +7 +</errorcode> +</verify> +</testcase> |