From 6ac87e3e76e41b6c1e75c1216031f2e2e7129eec Mon Sep 17 00:00:00 2001 From: Instrumental Date: Thu, 28 Feb 2019 10:32:39 -0600 Subject: Fix Class Compare Issue-ID: AAF-771 Change-Id: I4ae41def8830939651d64954c1479f2f5dece82d Signed-off-by: Instrumental --- shiro/src/test/java/org/onap/aaf/cadi/shiro/test/JU_AAFRealm.java | 1 + 1 file changed, 1 insertion(+) (limited to 'shiro/src/test/java/org/onap/aaf/cadi/shiro/test/JU_AAFRealm.java') diff --git a/shiro/src/test/java/org/onap/aaf/cadi/shiro/test/JU_AAFRealm.java b/shiro/src/test/java/org/onap/aaf/cadi/shiro/test/JU_AAFRealm.java index f159a8f..9b9c295 100644 --- a/shiro/src/test/java/org/onap/aaf/cadi/shiro/test/JU_AAFRealm.java +++ b/shiro/src/test/java/org/onap/aaf/cadi/shiro/test/JU_AAFRealm.java @@ -38,6 +38,7 @@ import org.onap.aaf.cadi.shiro.AAFShiroPermission; public class JU_AAFRealm { +//@Test public void test() { // NOTE This is a live test. This JUnit needs to be built with "Mock" before it can be // an official JUNIT -- cgit 1.2.3-korg