summaryrefslogtreecommitdiff
path: root/tests/data/test703
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-06-05 13:52:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-06-05 13:52:34 +0000
commite86dfd9688fc8f041159e29f8a69af9bc8cacd3f (patch)
treea1f39ab33960d9eae572320786e0d4483144bf12 /tests/data/test703
parenta466b315742e958a06aee6a2e92f0de5bd22c635 (diff)
downloadcurl-e86dfd9688fc8f041159e29f8a69af9bc8cacd3f.tar.gz
added 703: a socks5 version of 702
Diffstat (limited to 'tests/data/test703')
-rw-r--r--tests/data/test70339
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>