You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by dr...@apache.org on 2016/06/30 08:54:15 UTC

[28/44] directory-kerby git commit: Removing unnecessary warning

Removing unnecessary warning


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/32410c41
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/32410c41
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/32410c41

Branch: refs/heads/gssapi
Commit: 32410c411559185d40751482de85717a31899dd6
Parents: 9d0f9d2
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Jun 9 15:34:37 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Jun 9 15:34:37 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/kerby/kerberos/provider/token/TokenTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/32410c41/kerby-provider/token-provider/src/test/java/org/apache/kerby/kerberos/provider/token/TokenTest.java
----------------------------------------------------------------------
diff --git a/kerby-provider/token-provider/src/test/java/org/apache/kerby/kerberos/provider/token/TokenTest.java b/kerby-provider/token-provider/src/test/java/org/apache/kerby/kerberos/provider/token/TokenTest.java
index d733fde..b74b373 100644
--- a/kerby-provider/token-provider/src/test/java/org/apache/kerby/kerberos/provider/token/TokenTest.java
+++ b/kerby-provider/token-provider/src/test/java/org/apache/kerby/kerberos/provider/token/TokenTest.java
@@ -208,8 +208,8 @@ public class TokenTest {
        Assertions.assertThat(token2).isNull();
     }
 
-    @SuppressWarnings("PMD")
-    //@Test
+    @Test
+    @org.junit.Ignore
     // TODO: building error with openjdk8: NoSuchAlgorithm EC KeyPairGenerato..
     public void testTokenWithECDSASignedJWT() throws Exception {
         TokenEncoder tokenEncoder = KrbRuntime.getTokenProvider().createTokenEncoder();