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 2016/01/28 17:16:25 UTC

[2/2] cxf-fediz git commit: Trivial change

Trivial change


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

Branch: refs/heads/master
Commit: 44ff5d629633f02a8a5752bbdb79ce51b6664f3e
Parents: 40d7445
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Jan 28 16:09:16 2016 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Jan 28 16:09:16 2016 +0000

----------------------------------------------------------------------
 .../src/test/java/org/apache/cxf/fediz/systests/oidc/OIDCTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/44ff5d62/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 f37a803..37aad49 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
@@ -511,7 +511,7 @@ public class OIDCTest {
     }
     
     @org.junit.Test
-    public void testEmptyCClientId() throws Exception {
+    public void testEmptyClientId() throws Exception {
         
         String url = "https://localhost:" + getRpHttpsPort() + "/fediz-oidc/idp/authorize?";
         url += "client_id=";