Policy 1707 commit to LF
[policy/engine.git] / ECOMP-PDP / src / test / java / org / openecomp / policy / pdp / test / PDPTest.java
index 3b3e0b7..bd19ae3 100644 (file)
 
 package org.openecomp.policy.pdp.test;
 
-//import static org.junit.Assert.assertNotNull;
+
 import static org.junit.Assert.assertNull;
 //import static org.junit.Assert.fail;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-import org.junit.Test;
-import org.openecomp.policy.common.logging.flexlogger.FlexLogger; 
-import org.openecomp.policy.common.logging.flexlogger.Logger; 
+import org.junit.Test; 
 
 public class PDPTest {
-
-       private static final Logger logger = FlexLogger.getLogger(PDPTest.class);
                
        @Test
        public void testDummy() {