From 3412c1877e4d6f45cf0cc92618a6d28634348e2c Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Wed, 2 Jul 2014 15:05:37 -0400 Subject: [PATCH] removed unnecessary unit test --- .../TestDefaultJwtEncryptionAndDecryptionService.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/openid-connect-common/src/test/java/org/mitre/jwt/encryption/service/impl/TestDefaultJwtEncryptionAndDecryptionService.java b/openid-connect-common/src/test/java/org/mitre/jwt/encryption/service/impl/TestDefaultJwtEncryptionAndDecryptionService.java index 190576e14..642be755b 100644 --- a/openid-connect-common/src/test/java/org/mitre/jwt/encryption/service/impl/TestDefaultJwtEncryptionAndDecryptionService.java +++ b/openid-connect-common/src/test/java/org/mitre/jwt/encryption/service/impl/TestDefaultJwtEncryptionAndDecryptionService.java @@ -285,15 +285,6 @@ public class TestDefaultJwtEncryptionAndDecryptionService { } - @Test - public void runAfterPropertiesSet() throws NoSuchAlgorithmException, - InvalidKeySpecException, JOSEException { - - // TODO : Need more meaningful test here - service.afterPropertiesSet(); - } - - @Test public void getAllPubKeys() throws ParseException {