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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 20 08:27:25 EST 2009


Author: dimitris at jboss.org
Date: 2009-02-20 08:27:25 -0500 (Fri, 20 Feb 2009)
New Revision: 84524

Modified:
   branches/Branch_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
JBAS-6522, update the excludes list.

Modified: branches/Branch_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
===================================================================
--- branches/Branch_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-02-20 13:18:41 UTC (rev 84523)
+++ branches/Branch_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-02-20 13:27:25 UTC (rev 84524)
@@ -82,11 +82,11 @@
 	  "org.jboss.security.NestablePrincipal",
 	  "org.jboss.tm.iiop._TransactionServiceStub",
 	  "org.jboss.wsf",
-	  // Exclude due to mismatch when running with JDK 6
-	  "javax.xml.ws.soap.SOAPFaultException",
 	  // other
 	  "javax.xml.registry.JAXRException",
-	  "javax.xml.registry.RegistryException"
+	  "javax.xml.registry.RegistryException",
+	  // lib/endorsed/stax-api.jar
+	  "javax.xml.namespace.QName"
       };
 
       System.out.println("+++ test423Compatibility");
@@ -131,7 +131,9 @@
    	     "org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler",
    	     "org.jboss.virtual.plugins.context.zip.ZipEntryHandler",
    	     // ignore webservices framework classes
-   	     "org.jboss.wsf"
+   	     "org.jboss.wsf",
+   	     // lib/endorsed/stax-api.jar
+   	     "javax.xml.namespace.QName"
       };
 
       System.out.println("+++ test500Compatibility");




More information about the jboss-cvs-commits mailing list