[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / PolicyEngineUtils / src / test / java / org / onap / policy / test / testBackUpMonitor.java
  * ============LICENSE_END=========================================================
  */
 
-package org.openecomp.policy.test;
+package org.onap.policy.test;
 
 import static org.junit.Assert.assertNull;
 import java.util.Properties;
 
 import org.junit.Test;
-import org.openecomp.policy.utils.BackUpMonitor;
+import org.onap.policy.utils.BackUpMonitor;
 
 
 public class testBackUpMonitor {