From 90349ff2bf27a81ef7412f15b22769ff6ca6bd6e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 9 Aug 2017 16:36:25 +0200 Subject: Sophisticate proxy parsing and generating, fix misinterpretation if SOCKS proxies This is a quick and dirty fix; it seems a major redesign is appropriate. We should also switch to some maintained version of proxy-vole from github. This one looks halfway active: https://github.com/MarkusBernhardt/proxy-vole or maybe one of its forks... --- src/test/java/com/btr/proxy/search/java/JavaProxySearchTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/java/com/btr/proxy/search/java/JavaProxySearchTest.java') diff --git a/src/test/java/com/btr/proxy/search/java/JavaProxySearchTest.java b/src/test/java/com/btr/proxy/search/java/JavaProxySearchTest.java index cfc473a..069cda3 100644 --- a/src/test/java/com/btr/proxy/search/java/JavaProxySearchTest.java +++ b/src/test/java/com/btr/proxy/search/java/JavaProxySearchTest.java @@ -129,7 +129,7 @@ public class JavaProxySearchTest { ************************************************************************/ @Test public void testSOCKS() { - List result = this.selector.select(TestUtil.SOCKS_TEST_URI); + List result = this.selector.select(TestUtil.SOCKET_TEST_URI); assertEquals(TestUtil.SOCKS_TEST_PROXY, result.get(0)); } -- cgit v1.2.3-55-g7522