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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 8 18:44:17 EDT 2010


Author: jason.greene at jboss.com
Date: 2010-06-08 18:44:16 -0400 (Tue, 08 Jun 2010)
New Revision: 105824

Modified:
   branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
Ignore javassist


Modified: branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2010-06-08 22:26:21 UTC (rev 105823)
+++ branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2010-06-08 22:44:16 UTC (rev 105824)
@@ -95,6 +95,7 @@
        "org.jboss.virtual.plugins.context.vfs.AssembledFileHandler",
        "org.jboss.ws",
        "org.jboss.wsf",
+       "javassist",
        // other
        "javax.xml.registry.JAXRException",
        "javax.xml.registry.RegistryException",
@@ -168,6 +169,7 @@
       // ignore webservices framework classes
       "org.jboss.wsf",
       "org.jboss.ws",
+       "javassist",
       // lib/endorsed/stax-api.jar
       "javax.xml.namespace.QName",
       "javax.servlet.jsp.jstl.core.LoopTagSupport",
@@ -243,6 +245,7 @@
       // ignore webservices framework classes
       "org.jboss.wsf",
       "org.jboss.ws",
+       "javassist",
       // lib/endorsed/stax-api.jar
       "javax.xml.namespace.QName",
       "javax.servlet.jsp.jstl.core.LoopTagSupport",



More information about the jboss-cvs-commits mailing list