add TestSCMWithServer to suite
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@664384 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8c519d0928
commit
13ba9862e0
|
@ -45,6 +45,7 @@ public class TestAllConnImpl extends TestCase {
|
|||
|
||||
suite.addTest(TestLocalServer.suite()); // doesn't really belong here
|
||||
suite.addTest(TestProxySelRoutePlanner.suite());
|
||||
suite.addTest(TestSCMWithServer.suite());
|
||||
suite.addTest(TestTSCCMNoServer.suite());
|
||||
suite.addTest(TestTSCCMWithServer.suite());
|
||||
|
||||
|
|
Loading…
Reference in New Issue