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 2022/05/09 10:20:07 UTC

[cxf] 04/04: Fixing test

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit d89e66afc74aade8123afb1ea6263e1c2fc7019a
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon May 9 11:19:48 2022 +0100

    Fixing test
---
 .../src/test/java/org/apache/cxf/systest/sts/claims/ClaimsTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/claims/ClaimsTest.java b/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/claims/ClaimsTest.java
index 454e69ba2f..12a6950d26 100644
--- a/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/claims/ClaimsTest.java
+++ b/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/claims/ClaimsTest.java
@@ -389,7 +389,7 @@ public class ClaimsTest extends AbstractBusClientServerTestBase {
 
         updateAddressPort(transportClaimsPort, test.getPort());
 
-        SecurityTestUtil.updateSTSPort((BindingProvider)transportClaimsPort, test.getStsPort());
+        TokenTestUtils.updateSTSPort((BindingProvider)transportClaimsPort, test.getStsPort());
 
         if (test.isStreaming()) {
             SecurityTestUtil.enableStreaming(transportClaimsPort);