Repository: cxf-fediz
Updated Branches:
  refs/heads/master 4591da2b6 -> 5e1a5295e


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

Branch: refs/heads/master
Commit: 5e1a5295eb08f9f219fb45277689ae5d9b26e38c
Parents: 4591da2
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Tue Mar 29 15:13:35 2016 +0100
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Tue Mar 29 15:13:35 2016 +0100

----------------------------------------------------------------------
 .../org/apache/cxf/fediz/systests/oidc/OIDCTest.java  | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/5e1a5295/systests/oidc/src/test/java/org/apache/cxf/fediz/systests/oidc/OIDCTest.java
----------------------------------------------------------------------
diff --git 
a/systests/oidc/src/test/java/org/apache/cxf/fediz/systests/oidc/OIDCTest.java 
b/systests/oidc/src/test/java/org/apache/cxf/fediz/systests/oidc/OIDCTest.java
index 1909b15..572a0c8 100644
--- 
a/systests/oidc/src/test/java/org/apache/cxf/fediz/systests/oidc/OIDCTest.java
+++ 
b/systests/oidc/src/test/java/org/apache/cxf/fediz/systests/oidc/OIDCTest.java
@@ -230,7 +230,7 @@ public class OIDCTest {
     
     // Runs as BeforeClass: Login to the OIDC Clients page + create two new 
clients
     private static void loginToClientsPage(String rpPort, String idpPort) 
throws Exception {
-        String url = "https://localhost:"; + rpPort + "/fediz-oidc/clients";
+        String url = "https://localhost:"; + rpPort + 
"/fediz-oidc/home/clients";
         String user = "alice";
         String password = "ecila";
         
@@ -297,7 +297,7 @@ public class OIDCTest {
     
     // Runs as AfterClass: Login to the OIDC Clients page + delete the created 
clients!
     private static void loginToClientsPageAndDeleteClient(String rpPort, 
String idpPort) throws Exception {
-        String url = "https://localhost:"; + rpPort + "/fediz-oidc/clients";
+        String url = "https://localhost:"; + rpPort + 
"/fediz-oidc/home/clients";
         String user = "alice";
         String password = "ecila";
         
@@ -345,7 +345,7 @@ public class OIDCTest {
     // Test that we managed to create the clients ok
     @org.junit.Test
     public void testCreatedClients() throws Exception {
-        String url = "https://localhost:"; + getRpHttpsPort() + 
"/fediz-oidc/clients";
+        String url = "https://localhost:"; + getRpHttpsPort() + 
"/fediz-oidc/home/clients";
         String user = "alice";
         String password = "ecila";
         
@@ -551,7 +551,7 @@ public class OIDCTest {
     
     @org.junit.Test
     public void testCreateClientWithInvalidRegistrationURI() throws Exception {
-        String url = "https://localhost:"; + getRpHttpsPort() + 
"/fediz-oidc/clients";
+        String url = "https://localhost:"; + getRpHttpsPort() + 
"/fediz-oidc/home/clients";
         String user = "alice";
         String password = "ecila";
         
@@ -575,7 +575,7 @@ public class OIDCTest {
     
     @org.junit.Test
     public void testCreateClientWithRegistrationURIFragment() throws Exception 
{
-        String url = "https://localhost:"; + getRpHttpsPort() + 
"/fediz-oidc/clients";
+        String url = "https://localhost:"; + getRpHttpsPort() + 
"/fediz-oidc/home/clients";
         String user = "alice";
         String password = "ecila";
         
@@ -599,7 +599,7 @@ public class OIDCTest {
     
     @org.junit.Test
     public void testCreateClientWithInvalidAudienceURI() throws Exception {
-        String url = "https://localhost:"; + getRpHttpsPort() + 
"/fediz-oidc/clients";
+        String url = "https://localhost:"; + getRpHttpsPort() + 
"/fediz-oidc/home/clients";
         String user = "alice";
         String password = "ecila";
         
@@ -623,7 +623,7 @@ public class OIDCTest {
     
     @org.junit.Test
     public void testCreateClientWithAudienceURIFragment() throws Exception {
-        String url = "https://localhost:"; + getRpHttpsPort() + 
"/fediz-oidc/clients";
+        String url = "https://localhost:"; + getRpHttpsPort() + 
"/fediz-oidc/home/clients";
         String user = "alice";
         String password = "ecila";
         

Reply via email to