[jboss-cvs] JBossAS SVN: r87186 - 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
Mon Apr 13 13:12:12 EDT 2009


Author: smcgowan at redhat.com
Date: 2009-04-13 13:12:12 -0400 (Mon, 13 Apr 2009)
New Revision: 87186

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

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-13 17:11:41 UTC (rev 87185)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-04-13 17:12:12 UTC (rev 87186)
@@ -159,7 +159,8 @@
         "org.omg.CosTransactions._TerminatorStub",
         "org.omg.CosTransactions._TransactionFactoryStub",
         "org.omg.CosTransactions._TransactionalObjectStub",
-	"org.jboss.cache.util.concurrent.ReclosableLatch"
+	"org.jboss.cache.util.concurrent.ReclosableLatch",
+	"org.jboss.metadata.rar"
       };
 
       System.out.println("+++ test500Compatibility");
@@ -220,7 +221,8 @@
         "org.omg.CosTransactions._TerminatorStub",
         "org.omg.CosTransactions._TransactionFactoryStub",
         "org.omg.CosTransactions._TransactionalObjectStub",
-	"org.jboss.cache.util.concurrent.ReclosableLatch"
+	"org.jboss.cache.util.concurrent.ReclosableLatch",
+	"org.jboss.metadata.rar"
       };
 
       System.out.println("+++ test501Compatibility");




More information about the jboss-cvs-commits mailing list