aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-07-26 09:59:41 -0400
committerJim Hahn <jrh3@att.com>2019-07-26 09:59:41 -0400
commitec8827c5313093c1b09e417a62be0b0d4b175f4b (patch)
treee6d29f80328d09c9ee74bb10b5b8bdc6cb505ee1
parent22e9a3560b236460c4ae5c1f7cd8dc01f15ca8ad (diff)
Sonar ignored test
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>
-rw-r--r--policy-management/src/test/java/org/onap/policy/drools/controller/internal/MavenDroolsController2Test.java (renamed from policy-management/src/test/java/org/onap/policy/drools/controller/internal/MavenDroolsControllerTest2.java)4
1 files changed, 2 insertions, 2 deletions
diff --git a/policy-management/src/test/java/org/onap/policy/drools/controller/internal/MavenDroolsControllerTest2.java b/policy-management/src/test/java/org/onap/policy/drools/controller/internal/MavenDroolsController2Test.java
index cd99eef0..20b79bde 100644
--- a/policy-management/src/test/java/org/onap/policy/drools/controller/internal/MavenDroolsControllerTest2.java
+++ b/policy-management/src/test/java/org/onap/policy/drools/controller/internal/MavenDroolsController2Test.java
@@ -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";