aboutsummaryrefslogtreecommitdiffstats
path: root/BRMSGateway
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-03-13 19:02:16 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-13 19:02:16 +0000
commite4108d603d054de1de1b9d38109181b32b31bbb9 (patch)
treeb8c33645549741a09875bba2067090a6f251c6c2 /BRMSGateway
parent1cb0fbfc4993c1f47f31b061d70b64f53247df95 (diff)
parenteaacb6317efd98f87fde5f2dee1cc9cc1f74aa45 (diff)
Merge "JUnit additions for PAP-REST,SDK-APP"
Diffstat (limited to 'BRMSGateway')
-rw-r--r--BRMSGateway/src/test/java/org/onap/policy/brmsInterface/BRMSPushTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/BRMSGateway/src/test/java/org/onap/policy/brmsInterface/BRMSPushTest.java b/BRMSGateway/src/test/java/org/onap/policy/brmsInterface/BRMSPushTest.java
index 07d21f45b..5ca2b309c 100644
--- a/BRMSGateway/src/test/java/org/onap/policy/brmsInterface/BRMSPushTest.java
+++ b/BRMSGateway/src/test/java/org/onap/policy/brmsInterface/BRMSPushTest.java
@@ -22,7 +22,6 @@ package org.onap.policy.brmsInterface;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertNull;
import static org.junit.Assert.fail;
import static org.mockito.Matchers.any;
import java.util.HashMap;
@@ -32,7 +31,6 @@ import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.EntityTransaction;
import javax.persistence.Persistence;
-
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;