Fixing failing test
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/4702274c Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/4702274c Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/4702274c Branch: refs/heads/3.1.x-fixes Commit: 4702274c7a8bad71ab512744ad39f5207bfe86cd Parents: ade622b Author: Colm O hEigeartaigh <[email protected]> Authored: Thu Nov 19 16:41:19 2015 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Thu Nov 19 17:53:21 2015 +0000 ---------------------------------------------------------------------- .../test/java/org/apache/cxf/systest/sts/soap12/Soap12Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/4702274c/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/soap12/Soap12Test.java ---------------------------------------------------------------------- diff --git a/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/soap12/Soap12Test.java b/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/soap12/Soap12Test.java index de2a9ae..beaf0ce 100644 --- a/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/soap12/Soap12Test.java +++ b/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/soap12/Soap12Test.java @@ -168,7 +168,7 @@ public class Soap12Test extends AbstractBusClientServerTestBase { try { String badAddress = - "https://localhost:" + PORT + "/doubleit/services/doubleitbadtransportsaml1"; + "https://localhost:" + PORT + "/doubleit/services/baddoubleittransportsaml1"; requestSecurityToken(SAML1_TOKEN_TYPE, BEARER_KEYTYPE, bus, badAddress); fail("Failure expected on a bad endpoint address"); } catch (SoapFault ex) {
