Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F34B7108BD for ; Tue, 22 Oct 2013 16:24:19 +0000 (UTC) Received: (qmail 63314 invoked by uid 500); 22 Oct 2013 16:24:18 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 63124 invoked by uid 500); 22 Oct 2013 16:24:14 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 63075 invoked by uid 99); 22 Oct 2013 16:24:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 16:24:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 16:24:02 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C6CCF238899C; Tue, 22 Oct 2013 16:23:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1534694 - in /cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws: wssc/StaxWSSCTest.java wssec11/StaxWSSecurity112Test.java Date: Tue, 22 Oct 2013 16:23:42 -0000 To: commits@cxf.apache.org From: coheigea@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131022162342.C6CCF238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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);