Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8208D200B8C for ; Mon, 12 Sep 2016 10:28:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 809C1160AC8; Mon, 12 Sep 2016 08:28:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CCFF7160AB8 for ; Mon, 12 Sep 2016 10:28:11 +0200 (CEST) Received: (qmail 25857 invoked by uid 500); 12 Sep 2016 08:28:11 -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 25848 invoked by uid 99); 12 Sep 2016 08:28:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Sep 2016 08:28:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E4C00DFE80; Mon, 12 Sep 2016 08:28:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ffang@apache.org To: commits@cxf.apache.org Message-Id: <1827ee342a1f43feb40d093e18f58db6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: [CXF-7052]re-enable PolicyBasedWss4JInOutTest.testSignedEncryptedPartsWithIncompleteCoverage Date: Mon, 12 Sep 2016 08:28:10 +0000 (UTC) archived-at: Mon, 12 Sep 2016 08:28:12 -0000 Repository: cxf Updated Branches: refs/heads/master-java9 c3a1392d1 -> 16931d7ae [CXF-7052]re-enable PolicyBasedWss4JInOutTest.testSignedEncryptedPartsWithIncompleteCoverage Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/16931d7a Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/16931d7a Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/16931d7a Branch: refs/heads/master-java9 Commit: 16931d7ae0cbb38e987923bf604cd403c1caee7f Parents: c3a1392 Author: Freeman Fang Authored: Mon Sep 12 16:27:53 2016 +0800 Committer: Freeman Fang Committed: Mon Sep 12 16:27:53 2016 +0800 ---------------------------------------------------------------------- .../apache/cxf/ws/security/wss4j/PolicyBasedWss4JInOutTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/16931d7a/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/PolicyBasedWss4JInOutTest.java ---------------------------------------------------------------------- diff --git a/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/PolicyBasedWss4JInOutTest.java b/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/PolicyBasedWss4JInOutTest.java index 35928b1..0625957 100644 --- a/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/PolicyBasedWss4JInOutTest.java +++ b/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/PolicyBasedWss4JInOutTest.java @@ -24,7 +24,6 @@ import javax.xml.namespace.QName; import org.apache.cxf.ws.security.wss4j.CryptoCoverageUtil.CoverageType; import org.apache.wss4j.policy.SP12Constants; -import org.junit.Ignore; import org.junit.Test; public class PolicyBasedWss4JInOutTest extends AbstractPolicySecurityTest { @@ -365,7 +364,7 @@ public class PolicyBasedWss4JInOutTest extends AbstractPolicySecurityTest { Arrays.asList(CoverageType.ENCRYPTED)); } - @Ignore + @Test public void testSignedEncryptedPartsWithIncompleteCoverage() throws Exception { this.runInInterceptorAndValidate( "signed_x509_issuer_serial_encrypted_missing_enc_header.xml",