[jboss-cvs] JBossAS SVN: r60734 - 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
Tue Feb 20 16:15:38 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-20 16:15:38 -0500 (Tue, 20 Feb 2007)
New Revision: 60734

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
ignore org.jgroups changes after the upgrade to 2.4.1

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-02-20 21:03:09 UTC (rev 60733)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2007-02-20 21:15:38 UTC (rev 60734)
@@ -73,6 +73,8 @@
          "org.hibernate",
          // Ignore jacorb packages org.omg.*
          "org.omg",
+         // Ignore jgroups issues after the upgrade to 2.4.1
+         "org.jgroups"
       };
 
       System.out.println("+++ test405Compatibility");
@@ -115,6 +117,8 @@
          // Ignore jacorb packages org.jacorb.*, org.omg.*
          "org.jacorb",
          "org.omg",
+         // Ignore jgroups issues after the upgrade to 2.4.1
+         "org.jgroups",
          // Ignore incompatible classes from the sun-javamail upgrade, JBAS-3488
          "com.sun.mail.imap.protocol.IMAPAddress",
          "javax.mail.MessagingException",
@@ -162,6 +166,8 @@
          // Ignore jacorb packages org.jacorb.*, org.omg.*
          "org.jacorb",
          "org.omg",
+         // Ignore jgroups issues after the upgrade to 2.4.1
+         "org.jgroups",         
          // The aop classes were not finalized until 4.0.3
          "org.jboss.aop",
          // Ignore incompatible classes from the sun-javamail upgrade, JBAS-3488
@@ -215,6 +221,8 @@
          // Ignore jacorb packages org.jacorb.*, org.omg.*
          "org.jacorb",
          "org.omg",
+         // Ignore jgroups issues after the upgrade to 2.4.1
+         "org.jgroups",         
          // The aop classes were not finalized until 4.0.3
          "org.jboss.aop",
          /* Ignore org.jboss.webservice for 4.0.1 since the org.apache.axis to
@@ -279,6 +287,8 @@
          // Ignore jacorb packages org.jacorb.*, org.omg.*
          "org.jacorb",
          "org.omg",
+         // Ignore jgroups issues after the upgrade to 2.4.1
+         "org.jgroups",         
          // The aop classes were not finalized until 4.0.3
          "org.jboss.aop",
          /* Ignore org.jboss.webservice for 4.0.1 since the org.apache.axis to




More information about the jboss-cvs-commits mailing list