Cleaned up SOCKS tests. Use a magic port number instead of killserver

to do nonlistening server tests, like other tests.
This commit is contained in:
Dan Fandrich 2007-06-07 20:14:00 +00:00
parent f0ffb35d55
commit 345ffd1163
6 changed files with 18 additions and 31 deletions

View file

@ -1,9 +1,9 @@
#based off 19
<testcase>
#based off 19
<info>
<keywords>
HTTP
SOCKS4 fail
SOCKS4
connect to non-listen
FAILURE
</keywords>
@ -19,17 +19,11 @@ FAILURE
<server>
http
</server>
<killserver>
socks4
</killserver>
<features>
http
</features>
<name>
attempt connect to non-listening sock4 proxy
Attempt connect to non-listening SOCKS4 proxy
</name>
<command>
--socks4 %HOSTIP:%SOCKSPORT %HOSTIP:60000
--socks4 %HOSTIP:60000 http://%HOSTIP:%HTTPPORT/704
</command>
</client>