Author: asoldano
Date: 2014-03-12 04:09:51 -0400 (Wed, 12 Mar 2014)
New Revision: 18498
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3773] Fixing exclude
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2014-03-11 18:16:19 UTC (rev 18497)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2014-03-12 08:09:51 UTC (rev 18498)
@@ -703,7 +703,7 @@
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/jaspi/Jaspi*TestCase*</exclude>
<!-- [JBWS-3773][CXF-5602] HttpServletRequestSnapshot is not created
for requests with WSA ReplyTo prop set -->
- <exclude>org/jboss/test/ws/jaxws/jbws3773/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/cxf/jbws3773/**</exclude>
<!-- [JBWS-3738] test still under development -->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustBearerTestCase*</exclude>
Show replies by date