Author: richard.opalka(a)jboss.com
Date: 2008-04-29 08:02:33 -0400 (Tue, 29 Apr 2008)
New Revision: 6748
Modified:
stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
Log:
[JBWS-2161] excluding tests for AS 422 too
Modified: stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-04-29 11:53:17 UTC (rev
6747)
+++ stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-04-29 12:02:33 UTC (rev
6748)
@@ -124,6 +124,10 @@
<!-- [CXF-1253] CXF does not respect @HandlerChain on client SEI
-->
<exclude>org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.*</exclude>
+ <!-- [JBWS-2161] Investigate why LogicalHandlerJAXBTestCase and
HandlerChainTestCase tests fail -->
+
<exclude>org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.*</exclude>
+
<!-- [CXF-1510] Cannot handle anonymous bare requests -->
<exclude>org/jboss/test/ws/jaxws/anonymous/**</exclude>
Show replies by date