summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThilo Cestonaro <thilo@cestona.ro>2011-05-04 17:00:08 (GMT)
committerThilo Cestonaro <thilo@cestona.ro>2011-12-13 08:37:16 (GMT)
commit73f9f0ee5dca1485a8f35ff67848be43a7d75978 (patch)
treef0c35cd979e7c056709ae56cd2bcab8901d530dd /Swiften/SConscript
parent81c09a0f6a3e87b078340d7f35d0dea4c03f3a6d (diff)
downloadswift-contrib-73f9f0ee5dca1485a8f35ff67848be43a7d75978.zip
swift-contrib-73f9f0ee5dca1485a8f35ff67848be43a7d75978.tar.bz2
some SOCKS5ProxiedConnection unittestsephraim/SOCKS5Unittests
fixed disconnecting when SOCKS Proxy response with an unsupported auth method License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r--Swiften/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript
index 9e61fc6..151ab74 100644
--- a/Swiften/SConscript
+++ b/Swiften/SConscript
@@ -288,6 +288,7 @@ if env["SCONS_STAGE"] == "build" :
File("Network/UnitTest/HTTPConnectProxiedConnectionTest.cpp"),
File("Network/UnitTest/BOSHConnectionTest.cpp"),
File("Network/UnitTest/BOSHConnectionPoolTest.cpp"),
+ File("Network/UnitTest/SOCKS5ProxiedConnectionTest.cpp"),
File("Parser/PayloadParsers/UnitTest/BodyParserTest.cpp"),
File("Parser/PayloadParsers/UnitTest/DiscoInfoParserTest.cpp"),
File("Parser/PayloadParsers/UnitTest/ErrorParserTest.cpp"),