added 703: a socks5 version of 702

This commit is contained in:
Daniel Stenberg
2007-06-05 13:52:34 +00:00
parent a466b31574
commit e86dfd9688
2 changed files with 40 additions and 1 deletions

39
tests/data/test703 Normal file
View File

@@ -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>