Unignoring tests
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/a47efcfe Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a47efcfe Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a47efcfe Branch: refs/heads/3.0.x-fixes Commit: a47efcfeabb1b8f1ca6f40ba8e284860e29b0670 Parents: 4337e0b 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:13:56 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/a47efcfe/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");
