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 2016/05/17 15:13:26 UTC

[4/5] cxf git commit: Unignoring tests

Unignoring tests


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

Branch: refs/heads/3.1.x-fixes
Commit: 7a3cf31a5095e3e0ff328e1d1d23c0acd28bb174
Parents: c4c48d0
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue May 17 16:03:23 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue May 17 16:08:08 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/7a3cf31a/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");