[jboss-cvs] JBossAS SVN: r66665 - branches/JBPAPP_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 Nov 1 17:36:38 EDT 2007


Author: rrajesh
Date: 2007-11-01 17:36:38 -0400 (Thu, 01 Nov 2007)
New Revision: 66665

Modified:
   branches/JBPAPP_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
due to jbossws-2.0.1 upgrade, disable v4.0.1 check for few classes

Modified: branches/JBPAPP_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
===================================================================
--- branches/JBPAPP_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2007-11-01 19:59:00 UTC (rev 66664)
+++ branches/JBPAPP_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2007-11-01 21:36:38 UTC (rev 66665)
@@ -382,7 +382,11 @@
          "javax.xml.namespace.QName",
          // ?
          "javax.xml.rpc.soap.SOAPFaultException",
-         // Ignore dom4j issues
+         // upgrade to jbossws-2.0.1
+	 "javax.xml.rpc.JAXRPCException",
+	 "javax.xml.rpc.ServiceException",
+	 "javax.xml.soap.SOAPException",
+	 // Ignore dom4j issues
          "org.dom4j",
          // Ignore org.apache.* issues
          "org.apache",




More information about the jboss-cvs-commits mailing list