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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Aug 2 15:45:09 EDT 2010


Author: ron.sigal at jboss.com
Date: 2010-08-02 15:45:09 -0400 (Mon, 02 Aug 2010)
New Revision: 5951

Modified:
   remoting2/branches/2.x/build.xml
Log:
JBREM-1238: Determines which version of LeaseCreationTimeoutTestCase based on jdk.

Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml	2010-08-02 19:44:05 UTC (rev 5950)
+++ remoting2/branches/2.x/build.xml	2010-08-02 19:45:09 UTC (rev 5951)
@@ -529,6 +529,7 @@
          <exclude name="org/jboss/test/remoting/**/http/**" if="isJDK4"/>
          <exclude name="org/jboss/test/remoting/**/https/**" if="isJDK4"/>
          <exclude name="org/jboss/test/remoting/**/servlet/**" if="isJDK4"/>
+         <exclude name="org/jboss/test/remoting/lease/LeaseCreationTimeoutJDK14TestCase*" unless="isJDK4"/>
          <exclude name="org/jboss/test/remoting/lease/LeaseCreationTimeoutTestCase*" if="isJDK4"/>
          <classpath refid="tests.classpath"/>
       </javac>



More information about the jboss-remoting-commits mailing list