[jboss-cvs] JBossAS SVN: r86925 - branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 7 09:37:56 EDT 2009


Author: smcgowan at redhat.com
Date: 2009-04-07 09:37:56 -0400 (Tue, 07 Apr 2009)
New Revision: 86925

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
JBAS-6599 - another exclude

Modified: branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
===================================================================
--- branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-04-07 13:36:38 UTC (rev 86924)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-04-07 13:37:56 UTC (rev 86925)
@@ -158,7 +158,8 @@
         "org.omg.CosTransactions._SynchronizationStub",
         "org.omg.CosTransactions._TerminatorStub",
         "org.omg.CosTransactions._TransactionFactoryStub",
-        "org.omg.CosTransactions._TransactionalObjectStub"
+        "org.omg.CosTransactions._TransactionalObjectStub",
+	"org.jboss.cache.util.concurrent.ReclosableLatch"
       };
 
       System.out.println("+++ test500Compatibility");
@@ -218,7 +219,8 @@
         "org.omg.CosTransactions._SynchronizationStub",
         "org.omg.CosTransactions._TerminatorStub",
         "org.omg.CosTransactions._TransactionFactoryStub",
-        "org.omg.CosTransactions._TransactionalObjectStub"
+        "org.omg.CosTransactions._TransactionalObjectStub",
+	"org.jboss.cache.util.concurrent.ReclosableLatch"
       };
 
       System.out.println("+++ test501Compatibility");




More information about the jboss-cvs-commits mailing list