aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/jmx/PdpRestMBeanListenerTest.java
diff options
context:
space:
mode:
authorParshad Patel <pars.patel@samsung.com>2018-12-27 19:52:56 +0900
committerParshad Patel <pars.patel@samsung.com>2018-12-27 19:53:12 +0900
commit31e122b8c77b933db7475b2889efcfba83e378b5 (patch)
tree2f51671d03b3f677bdeb758d44333173b6e9434d /ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/jmx/PdpRestMBeanListenerTest.java
parentffdaf107b89321de081a4f122cf83393c196d769 (diff)
Rename test classes in policy/engine
Make test classes name consitence by adding 'Test' at end of junit test classes and adding 'Support' or 'Dummy' at start of util or dummy type of test classes Issue-ID: POLICY-1281 Change-Id: I5fa65d0cfc95edc8f2fe0ca678a43d2011a39670 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
Diffstat (limited to 'ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/jmx/PdpRestMBeanListenerTest.java')
-rw-r--r--ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/jmx/PdpRestMBeanListenerTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/jmx/PdpRestMBeanListenerTest.java b/ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/jmx/PdpRestMBeanListenerTest.java
index ea689e663..59e14db1e 100644
--- a/ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/jmx/PdpRestMBeanListenerTest.java
+++ b/ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/jmx/PdpRestMBeanListenerTest.java
@@ -37,7 +37,7 @@ public class PdpRestMBeanListenerTest {
try {
PdpRestMBeanListener listener = new PdpRestMBeanListener();
- ServerContextImpl source = new ServerContextImpl();
+ DummyServerContextImpl source = new DummyServerContextImpl();
ServletContextEvent event = new ServletContextEvent(source);
listener.contextInitialized(event);