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/01/07 17:50:57 UTC

cxf git commit: Adding comment

Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes bdd6b1b1b -> 393cffc9c


Adding comment


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

Branch: refs/heads/3.1.x-fixes
Commit: 393cffc9c5ab323ef81eeaebe4137126e3403ff2
Parents: bdd6b1b
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Jan 7 16:50:49 2016 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Jan 7 16:50:49 2016 +0000

----------------------------------------------------------------------
 .../src/test/java/org/apache/cxf/systest/ws/fault/FaultTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/393cffc9/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/fault/FaultTest.java
----------------------------------------------------------------------
diff --git a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/fault/FaultTest.java b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/fault/FaultTest.java
index 9a27fc5..bd823d8 100644
--- a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/fault/FaultTest.java
+++ b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/fault/FaultTest.java
@@ -135,7 +135,7 @@ public class FaultTest extends AbstractBusClientServerTestBase {
         bus.shutdown(true);
     }
     
-    // TODO
+    // TODO - Enable when WSS4J 2.1.5 is released
     @org.junit.Test
     @org.junit.Ignore
     public void testSoap12Mtom() throws Exception {