Repository: cxf Updated Branches: refs/heads/master 25b8c0e57 -> c2a735b15
Unignoring tests Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c2a735b1 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c2a735b1 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c2a735b1 Branch: refs/heads/master Commit: c2a735b15b8b69a1d23e45598d47fc33a1a073bb Parents: 25b8c0e Author: Colm O hEigeartaigh <[email protected]> Authored: Tue May 17 16:03:23 2016 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue May 17 16:03:23 2016 +0100 ---------------------------------------------------------------------- .../java/org/apache/cxf/ws/security/wss4j/WSS4JFaultCodeTest.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/c2a735b1/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/WSS4JFaultCodeTest.java ---------------------------------------------------------------------- diff --git a/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/WSS4JFaultCodeTest.java b/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/WSS4JFaultCodeTest.java index bf1f9c3..bd1b526 100644 --- a/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/WSS4JFaultCodeTest.java +++ b/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/WSS4JFaultCodeTest.java @@ -54,7 +54,6 @@ public class WSS4JFaultCodeTest extends AbstractSecurityTest { * Test for WSS4JInInterceptor when it receives a message with no security header. */ @Test - @org.junit.Ignore public void testNoSecurity() throws Exception { Document doc = readDocument("wsse-request-clean.xml"); @@ -104,7 +103,6 @@ public class WSS4JFaultCodeTest extends AbstractSecurityTest { * Test that an invalid Timestamp gets mapped to a proper fault code */ @Test - @org.junit.Ignore public void testInvalidTimestamp() throws Exception { Document doc = readDocument("wsse-request-clean.xml"); @@ -166,7 +164,6 @@ public class WSS4JFaultCodeTest extends AbstractSecurityTest { * Test that an action mismatch gets mapped to a proper fault code */ @Test - @org.junit.Ignore public void testActionMismatch() throws Exception { Document doc = readDocument("wsse-request-clean.xml");
