You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by sb...@apache.org on 2008/06/07 23:07:48 UTC

svn commit: r664384 - /httpcomponents/httpclient/trunk/module-client/src/test/java/org/apache/http/impl/conn/TestAllConnImpl.java

Author: sberlin
Date: Sat Jun  7 14:07:47 2008
New Revision: 664384

URL: http://svn.apache.org/viewvc?rev=664384&view=rev
Log:
add TestSCMWithServer to suite

Modified:
    httpcomponents/httpclient/trunk/module-client/src/test/java/org/apache/http/impl/conn/TestAllConnImpl.java

Modified: httpcomponents/httpclient/trunk/module-client/src/test/java/org/apache/http/impl/conn/TestAllConnImpl.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/module-client/src/test/java/org/apache/http/impl/conn/TestAllConnImpl.java?rev=664384&r1=664383&r2=664384&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/module-client/src/test/java/org/apache/http/impl/conn/TestAllConnImpl.java (original)
+++ httpcomponents/httpclient/trunk/module-client/src/test/java/org/apache/http/impl/conn/TestAllConnImpl.java Sat Jun  7 14:07:47 2008
@@ -45,6 +45,7 @@
 
         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());