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:
Sam Berlin 2008-06-07 21:07:47 +00:00
parent 8c519d0928
commit 13ba9862e0

View File

@ -45,6 +45,7 @@ public static Test suite() {
suite.addTest(TestLocalServer.suite()); // doesn't really belong here suite.addTest(TestLocalServer.suite()); // doesn't really belong here
suite.addTest(TestProxySelRoutePlanner.suite()); suite.addTest(TestProxySelRoutePlanner.suite());
suite.addTest(TestSCMWithServer.suite());
suite.addTest(TestTSCCMNoServer.suite()); suite.addTest(TestTSCCMNoServer.suite());
suite.addTest(TestTSCCMWithServer.suite()); suite.addTest(TestTSCCMWithServer.suite());