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/f196ceb4 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f196ceb4 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f196ceb4 Branch: refs/heads/master Commit: f196ceb4a3fd77106e8de183bd0786f1d8dd780b Parents: 52d2142 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:52:48 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/f196ceb4/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) {
