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 2013/10/22 18:23:42 UTC

svn commit: r1534694 - in /cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws: wssc/StaxWSSCTest.java wssec11/StaxWSSecurity112Test.java

Author: coheigea
Date: Tue Oct 22 16:23:42 2013
New Revision: 1534694

URL: http://svn.apache.org/r1534694
Log:
Fixing some more tests

Modified:
    cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssc/StaxWSSCTest.java
    cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssec11/StaxWSSecurity112Test.java

Modified: cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssc/StaxWSSCTest.java
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssc/StaxWSSCTest.java?rev=1534694&r1=1534693&r2=1534694&view=diff
==============================================================================
--- cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssc/StaxWSSCTest.java (original)
+++ cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssc/StaxWSSCTest.java Tue Oct 22 16:23:42 2013
@@ -67,7 +67,7 @@ public class StaxWSSCTest extends Abstra
         stopAllServers();
     }
  
-    // TODO
+    // TODO Endorsing derived keys not supported.
     @Test
     @org.junit.Ignore
     public void testSecureConversationMutualCertificate10SignEncryptIPingService() throws Exception {
@@ -129,7 +129,7 @@ public class StaxWSSCTest extends Abstra
     @Test
     public void testUXDCSEESIPingService() throws Exception {
         runTest(false, "UXDC-SEES_IPingService");
-        // TODO runTest(true, "UXDC-SEES_IPingService");
+        runTest(true, "UXDC-SEES_IPingService");
     }
 
     @Test
@@ -147,7 +147,7 @@ public class StaxWSSCTest extends Abstra
     @Test
     public void testUXDSEESIPingService() throws Exception {
         runTest(false, "_UXD-SEES_IPingService");
-        // runTest(true, "_UXD-SEES_IPingService");
+        runTest(true, "_UXD-SEES_IPingService");
     }
 
     @Test

Modified: cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssec11/StaxWSSecurity112Test.java
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssec11/StaxWSSecurity112Test.java?rev=1534694&r1=1534693&r2=1534694&view=diff
==============================================================================
--- cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssec11/StaxWSSecurity112Test.java (original)
+++ cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssec11/StaxWSSecurity112Test.java Tue Oct 22 16:23:42 2013
@@ -90,7 +90,7 @@ public class StaxWSSecurity112Test exten
                 "X-TripleDES",
                 "XD",
                 "XD-ES",
-                // TODO Investigate "XD-SEES",
+                // TODO Endorsing derived streaming not working "XD-SEES",
             };
         } else {
             argv = new String[] {
@@ -98,7 +98,7 @@ public class StaxWSSecurity112Test exten
                 "X-NoTimestamp",
                 "XD",
                 "XD-ES",
-                // TODO Investigate "XD-SEES",
+                // TODO Endorsing derived streaming not working "XD-SEES",
             };
         }
         runClientServer(argv, unrestrictedPoliciesInstalled, true, true);