[jboss-remoting-commits] JBoss Remoting SVN: r4557 - remoting2/branches/2.x.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Sep 8 21:14:59 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-09-08 21:14:59 -0400 (Mon, 08 Sep 2008)
New Revision: 4557

Modified:
   remoting2/branches/2.x/build.xml
Log:
JBREM-1033: Eliminated ServerSocketFactoryProxyTestCase for jdk 1.4.

Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml	2008-09-09 01:09:06 UTC (rev 4556)
+++ remoting2/branches/2.x/build.xml	2008-09-09 01:14:59 UTC (rev 4557)
@@ -1173,6 +1173,7 @@
                <!-- <exclude name="**/remoting/transport/multiplex/**/MultiplexMultiThreadedPerformanceTestCase.class"/> -->
                <exclude name="**/remoting/classloader/InvokerTestCase.class" if="isJDK4"/>
                <exclude name="**/remoting/oneway/OnewayThreadPoolTestCase.class" if="isJDK4"/>
+               <exclude name="**/remoting/security/ServerSocketFactoryProxyTestCase.class" if="isJDK4"/>
             </fileset>
          </batchtest>
       </junit>




More information about the jboss-remoting-commits mailing list