[jboss-cvs] JBossAS SVN: r93623 - 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
Wed Sep 16 13:52:49 EDT 2009


Author: smcgowan at redhat.com
Date: 2009-09-16 13:52:49 -0400 (Wed, 16 Sep 2009)
New Revision: 93623

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
exclude org.omg from test510Compatibility

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-16 17:23:53 UTC (rev 93622)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-09-16 17:52:49 UTC (rev 93623)
@@ -233,6 +233,8 @@
       String[] badPackages = {
         // lib/endorsed/stax-api.jar
        "javax.xml.namespace.QName",
+	//JBAS-6599
+        "org.omg",
         //JBMAN-91
         "org.jboss.managed.plugins.ManagedObjectImpl"
       };




More information about the jboss-cvs-commits mailing list