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