This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 1182404 [CXF-8608]WSSCTest always failed with JDK8
1182404 is described below
commit 11824047b6a9e639fd78be030b4667917836ed96
Author: Freeman Fang <[email protected]>
AuthorDate: Fri Oct 15 15:52:41 2021 -0400
[CXF-8608]WSSCTest always failed with JDK8
---
.../src/test/java/org/apache/cxf/systest/ws/wssc/WSSCTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssc/WSSCTest.java
b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssc/WSSCTest.java
index a5ffe53..934caef 100644
---
a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssc/WSSCTest.java
+++
b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssc/WSSCTest.java
@@ -120,6 +120,7 @@ public class WSSCTest extends
AbstractBusClientServerTestBase {
@Parameters(name = "{0}")
public static Collection<TestParam> data() {
return Arrays.asList(new TestParam[] {
+ new
TestParam("SecureConversation_UserNameOverTransport_IPingService", STAX_PORT2,
true),
new
TestParam("SecureConversation_UserNameOverTransport_IPingService", PORT2,
false),
new
TestParam("SecureConversation_MutualCertificate10SignEncrypt_IPingService",
PORT, false),
new TestParam("AC_IPingService", PORT, false),
@@ -200,7 +201,6 @@ public class WSSCTest extends
AbstractBusClientServerTestBase {
new TestParam("_XD-SEES_IPingService", STAX_PORT, false),
new TestParam("_XD-ES_IPingService", STAX_PORT, false),
- new
TestParam("SecureConversation_UserNameOverTransport_IPingService", STAX_PORT2,
true),
// TODO Endorsing derived keys not supported.
// new
TestParam("SecureConversation_MutualCertificate10SignEncrypt_IPingService",
// STAX_PORT, true),