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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Sep 8 21:09:07 EDT 2008


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

Modified:
   remoting2/branches/2.x/build.xml
Log:
JBREM-1033: Eliminated classloader/InvokerTestCase and OnewayThreadPoolTestCase for jdk 1.4.

Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml	2008-09-08 07:15:51 UTC (rev 4555)
+++ remoting2/branches/2.x/build.xml	2008-09-09 01:09:06 UTC (rev 4556)
@@ -1171,6 +1171,8 @@
                <exclude name="**/remoting/versioning/**/*TestCase.class"/>
                <exclude name="**remoting/marshall/encrypt/**"/>
                <!-- <exclude name="**/remoting/transport/multiplex/**/MultiplexMultiThreadedPerformanceTestCase.class"/> -->
+               <exclude name="**/remoting/classloader/InvokerTestCase.class" if="isJDK4"/>
+               <exclude name="**/remoting/oneway/OnewayThreadPoolTestCase.class" if="isJDK4"/>
             </fileset>
          </batchtest>
       </junit>




More information about the jboss-remoting-commits mailing list