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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 13 03:52:47 EST 2007


Author: dimitris at jboss.org
Date: 2007-12-13 03:52:47 -0500 (Thu, 13 Dec 2007)
New Revision: 68230

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
JBAS-4148, ignore org.jfree classes

Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2007-12-13 08:05:00 UTC (rev 68229)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2007-12-13 08:52:47 UTC (rev 68230)
@@ -98,6 +98,8 @@
          "org.jboss.iiop.csiv2.SASCurrentLocalTie",
          // Ignore org.jboss.ws
          "org.jboss.ws",
+         // JBAS-4148, ignore org.jfree classes
+         "org.jfree",
          // Ignore jgroups issues after the upgrade to 2.4.1
          "org.jgroups"
       };
@@ -171,6 +173,8 @@
          "org.jboss.iiop.csiv2.SASCurrentLocalTie",
          // Ignore org.jboss.ws
          "org.jboss.ws",
+         // JBAS-4148, ignore org.jfree classes
+         "org.jfree",
          // Ignore jgroups issues after the upgrade to 2.4.1
          "org.jgroups",
          // Ignore incompatible classes from the sun-javamail upgrade, JBAS-3488
@@ -243,6 +247,8 @@
          "org.jboss.tm.iiop._TransactionFactoryExtStub",
          "org.jboss.tm.iiop._TransactionServiceStub",
          "org.jboss.iiop.csiv2.SASCurrentLocalTie",
+         // JBAS-4148, ignore org.jfree classes
+         "org.jfree",
          // Ignore jgroups issues after the upgrade to 2.4.1
          "org.jgroups",         
          // The aop classes were not finalized until 4.0.3
@@ -320,6 +326,8 @@
          // Ignore org.jboss.webservice for 4.0.1 since the org.apache.axis to
          // org.jboss.axis package name change breaks serialization
          "org.jboss.webservice",
+         // JBAS-4148, ignore org.jfree classes
+         "org.jfree",
          // Ignore org.hsqldb as there are some utility classes that changed
          // in the upgrade to 1_8_0
          "org.hsqldb",
@@ -406,6 +414,8 @@
          // Ignore org.jboss.webservice for 4.0.1 since the org.apache.axis to
          // org.jboss.axis package name change breaks serialization
          "org.jboss.webservice",
+         // JBAS-4148, ignore org.jfree classes
+         "org.jfree",
          // Ignore org.hsqldb as there are some utility classes that changed
          // in the upgrade to 1_8_0
          "org.hsqldb",




More information about the jboss-cvs-commits mailing list