Sonar ignored test 20/92120/1
authorJim Hahn <jrh3@att.com>
Fri, 26 Jul 2019 13:59:41 +0000 (09:59 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 26 Jul 2019 13:59:41 +0000 (09:59 -0400)
Renaming test file in an attempt to get sonar to include it.

Change-Id: I72ecc4255e45dabeec0ce86f8be5ce7daa8cb999
Issue-ID: POLICY-1772
Signed-off-by: Jim Hahn <jrh3@att.com>
policy-management/src/test/java/org/onap/policy/drools/controller/internal/MavenDroolsController2Test.java [moved from policy-management/src/test/java/org/onap/policy/drools/controller/internal/MavenDroolsControllerTest2.java with 99% similarity]

@@ -65,7 +65,7 @@ import org.onap.policy.drools.protocol.coders.TopicCoderFilterConfiguration;
 import org.onap.policy.drools.protocol.coders.TopicCoderFilterConfiguration.CustomGsonCoder;
 import org.onap.policy.drools.protocol.coders.TopicCoderFilterConfiguration.PotentialCoderFilter;
 
-public class MavenDroolsControllerTest2 {
+public class MavenDroolsController2Test {
     private static final int FACT1_OBJECT = 1000;
     private static final int FACT3_OBJECT = 1001;
 
@@ -88,7 +88,7 @@ public class MavenDroolsControllerTest2 {
     private static final String TOPIC = "my-topic";
     private static final String TOPIC2 = "my-topic";
 
-    private static final ClassLoader CLASS_LOADER = MavenDroolsControllerTest2.class.getClassLoader();
+    private static final ClassLoader CLASS_LOADER = MavenDroolsController2Test.class.getClassLoader();
     private static final int CLASS_LOADER_HASHCODE = CLASS_LOADER.hashCode();
 
     private static final String SESSION1 = "session-A";