[jboss-cvs] JBossAS SVN: r94069 - 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 Sep 28 13:13:22 EDT 2009


Author: smcgowan at redhat.com
Date: 2009-09-28 13:13:21 -0400 (Mon, 28 Sep 2009)
New Revision: 94069

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
JBAS-7265 - exclude reviewed mismatches

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-09-28 17:07:12 UTC (rev 94068)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-09-28 17:13:21 UTC (rev 94069)
@@ -90,7 +90,13 @@
 	//JBAS-6572
 	"com.sun.faces.ext.validator.RegexValidator",
 	//JBAS-6599
-        "org.omg"
+        "org.omg",
+	// JBAS-7265
+	"org.jacorb",
+	"javax.faces.component.UIComponentBase$FacetsMap",
+	"javax.faces.model.ResultSetDataModel$ResultSetMap",
+	"javax.faces.validator.ValidatorException",
+	"org.jboss.resource.adapter.jdbc.vendor.MSSQLValidConnectionChecker"
       };
 
       System.out.println("+++ test423Compatibility");
@@ -146,7 +152,15 @@
 	"org.jgroups.protocols.pbcast.STREAMING_STATE_TRANSFER$StateHeader",
 	"org.jboss.web.tomcat.metadata.ContextMetaData",
 	//JBMAN-91
-	"org.jboss.managed.plugins.ManagedObjectImpl"
+	"org.jboss.managed.plugins.ManagedObjectImpl",
+	// JBAS-7265
+	"org.jacorb",
+	"javax.faces.component.UIComponentBase$FacetsMap",
+	"javax.faces.model.ResultSetDataModel$ResultSetMap",
+	"javax.faces.validator.ValidatorException",
+	"org.jboss.resource.adapter.jdbc.vendor.MSSQLValidConnectionChecker",
+ 	"org.jboss.virtual.AssembledDirectory",
+        "org.jboss.virtual.plugins.context.vfs.AssembledFileHandler"
       };
 
       System.out.println("+++ test500Compatibility");
@@ -203,7 +217,15 @@
 	"org.jgroups.protocols.pbcast.STREAMING_STATE_TRANSFER$StateHeader",
 	"org.jboss.web.tomcat.metadata.ContextMetaData",
 	//JBMAN-91
-	"org.jboss.managed.plugins.ManagedObjectImpl"
+	"org.jboss.managed.plugins.ManagedObjectImpl",
+	// JBAS-7265
+	"org.jacorb",
+	"javax.faces.component.UIComponentBase$FacetsMap",
+	"javax.faces.model.ResultSetDataModel$ResultSetMap",
+	"javax.faces.validator.ValidatorException",
+	"org.jboss.resource.adapter.jdbc.vendor.MSSQLValidConnectionChecker",
+ 	"org.jboss.virtual.AssembledDirectory",
+        "org.jboss.virtual.plugins.context.vfs.AssembledFileHandler"
       };
 
       System.out.println("+++ test501Compatibility");
@@ -236,7 +258,15 @@
 	//JBAS-6599
         "org.omg",
         //JBMAN-91
-        "org.jboss.managed.plugins.ManagedObjectImpl"
+        "org.jboss.managed.plugins.ManagedObjectImpl",
+	// JBAS-7265
+	"org.jacorb",
+	"javax.faces.component.UIComponentBase$FacetsMap",
+	"javax.faces.model.ResultSetDataModel$ResultSetMap",
+	"javax.faces.validator.ValidatorException",
+	"org.jboss.resource.adapter.jdbc.vendor.MSSQLValidConnectionChecker",
+ 	"org.jboss.virtual.AssembledDirectory",
+        "org.jboss.virtual.plugins.context.vfs.AssembledFileHandler"
       };
 
      System.out.println("+++ test510Compatibility");
@@ -283,7 +313,10 @@
         "javax.faces.component.UIComponentBase$FacetsMap",
         "javax.faces.component.UIComponentBase$AttributesMap",
         "javax.xml.ws.soap.SOAPFaultException",
-        "org.omg"
+        "org.omg",
+	// JBAS-7265
+	"javax.faces.model.ResultSetDataModel$ResultSetMap",
+	"javax.faces.validator.ValidatorException"
       };
 
       System.out.println("+++ testJavaEE50Compatibility");




More information about the jboss-cvs-commits mailing list