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/9009c94c
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/9009c94c
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/9009c94c

Branch: refs/heads/1.2.x-fixes
Commit: 9009c94c0de62d35013f74a4da4315d77b29e5b3
Parents: 30e0d90
Author: Colm O hEigeartaigh <[email protected]>
Authored: Thu Apr 13 13:43:07 2017 +0100
Committer: Colm O hEigeartaigh <[email protected]>
Committed: Thu Apr 13 14:50:06 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/9009c94c/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 61d10ff..70ccbc1 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
@@ -965,7 +965,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";
@@ -1121,7 +1121,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";

Reply via email to