[jboss-cvs] JBossAS SVN: r95899 - 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
Sun Nov 1 21:33:17 EST 2009


Author: smcgowan at redhat.com
Date: 2009-11-01 21:33:17 -0500 (Sun, 01 Nov 2009)
New Revision: 95899

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
JBAS-7404 - exclude org.hibernate package

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-11-01 23:35:10 UTC (rev 95898)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-11-02 02:33:17 UTC (rev 95899)
@@ -170,10 +170,7 @@
 	"javax.xml.registry.RegistryException",
         "org.jboss.classloading.spi.dependency.Module",
 	"org.jboss.classloading.plugins.metadata.PackageCapability",
-	"org.hibernate.ejb.AbstractEntityManagerImpl",
-	"org.hibernate.ejb.CurrentEntityManagerImpl",
-	"org.hibernate.ejb.EntityManagerFactoryImpl",
-	"org.hibernate.ejb.EntityManagerImpl"
+	"org.hibernate"
       };
 
       System.out.println("+++ test500Compatibility");
@@ -249,10 +246,7 @@
         // those were changed to match 423 ids
 	"javax.xml.registry.JAXRException",
 	"javax.xml.registry.RegistryException",
-	"org.hibernate.ejb.AbstractEntityManagerImpl",
-	"org.hibernate.ejb.CurrentEntityManagerImpl",
-	"org.hibernate.ejb.EntityManagerFactoryImpl",
-	"org.hibernate.ejb.EntityManagerImpl"
+	"org.hibernate"
       };
 
       System.out.println("+++ test501Compatibility");
@@ -310,10 +304,7 @@
 	"javax.xml.registry.JAXRException",
 	"javax.xml.registry.RegistryException",
 	"org.rhq.core.domain.content",
-	"org.hibernate.ejb.AbstractEntityManagerImpl",
-	"org.hibernate.ejb.CurrentEntityManagerImpl",
-	"org.hibernate.ejb.EntityManagerFactoryImpl",
-	"org.hibernate.ejb.EntityManagerImpl"
+	"org.hibernate"
       };
 
      System.out.println("+++ test510Compatibility");




More information about the jboss-cvs-commits mailing list