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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 24 20:14:33 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-08-24 20:14:33 -0400 (Mon, 24 Aug 2009)
New Revision: 92766

Modified:
   branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
Exclude "javax.servlet.jsp.jstl.core.LoopTagSupport" until further notice


Modified: branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
===================================================================
--- branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-08-24 23:53:44 UTC (rev 92765)
+++ branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-08-25 00:14:33 UTC (rev 92766)
@@ -95,10 +95,12 @@
        "javax.xml.registry.RegistryException",
        // lib/endorsed/stax-api.jar
        "javax.xml.namespace.QName",
+       "javax.servlet.jsp.jstl.core.LoopTagSupport",
 	//JBAS-6572
 	"com.sun.faces.ext.validator.RegexValidator",
 	//JBAS-6599
         "org.omg"
+
       };
 
       System.out.println("+++ test423Compatibility");
@@ -156,6 +158,7 @@
       "org.jboss.wsf",
       // lib/endorsed/stax-api.jar
       "javax.xml.namespace.QName",
+      "javax.servlet.jsp.jstl.core.LoopTagSupport",
 	//JBAS-6572
 	"com.sun.faces.ext.validator.RegexValidator",
 	//JBAS-6599
@@ -224,6 +227,7 @@
       "org.jboss.wsf",
       // lib/endorsed/stax-api.jar
       "javax.xml.namespace.QName",
+      "javax.servlet.jsp.jstl.core.LoopTagSupport",
 	//JBAS-6572
 	"com.sun.faces.ext.validator.RegexValidator",
 	//JBAS-6599
@@ -276,6 +280,7 @@
         "javax.faces.component.UIComponentBase$ChildrenList",
         "javax.faces.component.UIComponentBase$FacetsMap",
         "javax.faces.component.UIComponentBase$AttributesMap",
+        "javax.servlet.jsp.jstl.core.LoopTagSupport",
         "javax.xml.ws.soap.SOAPFaultException",
         "org.omg"
       };




More information about the jboss-cvs-commits mailing list