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 2017/04/13 12:43:14 UTC

cxf-fediz git commit: Fixing tests

Repository: cxf-fediz
Updated Branches:
  refs/heads/master c49a9e28d -> dc0efb889


Fixing tests


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/dc0efb88
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/dc0efb88
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/dc0efb88

Branch: refs/heads/master
Commit: dc0efb8895cb57659dd016e23d52d30fd2bcea71
Parents: c49a9e2
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Apr 13 13:43:07 2017 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Apr 13 13:43:07 2017 +0100

----------------------------------------------------------------------
 .../src/test/java/org/apache/cxf/fediz/systests/idp/IdpTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/dc0efb88/systests/idp/src/test/java/org/apache/cxf/fediz/systests/idp/IdpTest.java
----------------------------------------------------------------------
diff --git a/systests/idp/src/test/java/org/apache/cxf/fediz/systests/idp/IdpTest.java b/systests/idp/src/test/java/org/apache/cxf/fediz/systests/idp/IdpTest.java
index 10a6ce7..47434f4 100644
--- a/systests/idp/src/test/java/org/apache/cxf/fediz/systests/idp/IdpTest.java
+++ b/systests/idp/src/test/java/org/apache/cxf/fediz/systests/idp/IdpTest.java
@@ -1006,7 +1006,7 @@ public class IdpTest {
         webClient.close();
 
         // 2. now we logout from IdP
-        String logoutWReply = "https://localhost:123456";
+        String logoutWReply = "https://localhost:12345/badlogout";
         String idpLogoutUrl = "https://localhost:" + getIdpHttpsPort() + "/fediz-idp/federation?wa="
             + FederationConstants.ACTION_SIGNOUT + "&wreply=" + logoutWReply
             + "&wtrealm=urn:org:apache:cxf:fediz:fedizhelloworld";
@@ -1162,7 +1162,7 @@ public class IdpTest {
         webClient.close();
 
         // 2. now we logout from IdP
-        String logoutWReply = "https://localhost:123456";
+        String logoutWReply = "https://localhost:12345/badlogout";
         String idpLogoutUrl = "https://localhost:" + getIdpHttpsPort() + "/fediz-idp/federation?wa="
             + FederationConstants.ACTION_SIGNOUT + "&wreply=" + logoutWReply
             + "&wtrealm=urn:org:apache:cxf:fediz:fedizhelloworld3";