You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2015/07/08 18:42:48 UTC

cxf git commit: Re-enabling test

Repository: cxf
Updated Branches:
  refs/heads/master 419478ede -> 093f8c357


Re-enabling test


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/093f8c35
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/093f8c35
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/093f8c35

Branch: refs/heads/master
Commit: 093f8c357de4e2bc201ed36d4d5d4af365d67afe
Parents: 419478e
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Wed Jul 8 17:31:58 2015 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Wed Jul 8 17:31:58 2015 +0100

----------------------------------------------------------------------
 .../test/java/org/apache/cxf/systest/ws/mtom/MTOMSecurityTest.java | 2 --
 .../src/test/resources/org/apache/cxf/systest/ws/mtom/server.xml   | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/093f8c35/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/mtom/MTOMSecurityTest.java
----------------------------------------------------------------------
diff --git a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/mtom/MTOMSecurityTest.java b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/mtom/MTOMSecurityTest.java
index d2e0b9e..162e7b3 100644
--- a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/mtom/MTOMSecurityTest.java
+++ b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/mtom/MTOMSecurityTest.java
@@ -90,9 +90,7 @@ public class MTOMSecurityTest extends AbstractBusClientServerTestBase {
     }
     
     // Here we are not-inlining, but the attachments are signed (as is the SOAP Body)
-    // Temporarily @Ignoring this test
     @org.junit.Test
-    @org.junit.Ignore
     public void testSignedMTOMSwA() throws Exception {
 
         SpringBusFactory bf = new SpringBusFactory();

http://git-wip-us.apache.org/repos/asf/cxf/blob/093f8c35/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/server.xml
----------------------------------------------------------------------
diff --git a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/server.xml b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/server.xml
index cce219d..aa034e0 100644
--- a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/server.xml
+++ b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/server.xml
@@ -83,6 +83,7 @@
                     <map>
                         <entry key="action" value="Signature Timestamp"/>
                         <entry key="signatureVerificationPropFile" value="bob.properties"/>
+                        <entry key="expandXOPIncludeForSignature" value="false"/>
                     </map>
                 </constructor-arg>
             </bean>