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

View File

@ -41,4 +41,4 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
test603 test401 test402 test290 test291 test292 test293 test403 test404 \
test405 test604 test605 test606 test607 test608 test609 test294 test295 \
test296 test297 test298 test610 test611 test612 test406 test407 test408 \
test409 test613 test614 test700 test701 test702 test704 test705
test409 test613 test614 test700 test701 test702 test704 test705 test703

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>