Author: ron.sigal(a)jboss.com
Date: 2010-07-31 09:10:48 -0400 (Sat, 31 Jul 2010)
New Revision: 5941
Modified:
remoting2/branches/2.x/build.xml
Log:
JBREM-1238: Excluded LeaseCreationTimeoutTestCase when jdk is 1.4.
Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml 2010-07-30 19:37:15 UTC (rev 5940)
+++ remoting2/branches/2.x/build.xml 2010-07-31 13:10:48 UTC (rev 5941)
@@ -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/LeaseCreationTimeoutTestCase*"
if="isJDK4"/>
<classpath refid="tests.classpath"/>
</javac>
Show replies by date