[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / PolicyEngineAPI / src / test / java / org / onap / policy / std / test / AutoClientEndTest.java
  * ============LICENSE_END=========================================================
  */
 
-package org.openecomp.policy.std.test;
+package org.onap.policy.std.test;
 
 import static org.junit.Assert.assertNotNull;
 
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
-import org.openecomp.policy.api.NotificationHandler;
-import org.openecomp.policy.api.NotificationScheme;
-import org.openecomp.policy.std.AutoClientEnd;
-import org.openecomp.policy.std.StdPolicyEngine;
+import org.onap.policy.api.NotificationHandler;
+import org.onap.policy.api.NotificationScheme;
+import org.onap.policy.std.AutoClientEnd;
+import org.onap.policy.std.StdPolicyEngine;
 
 /**
  * The class <code>AutoClientEndTest</code> contains tests for the class <code>{@link AutoClientEnd}</code>.
@@ -81,7 +81,7 @@ public class AutoClientEndTest {
 
                // add additional test code here
                // An unexpected exception was thrown in user code while executing this test:
-               //    java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientEnd
+               //    java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientEnd
                assertNotNull(result);
        }
 
@@ -105,7 +105,7 @@ public class AutoClientEndTest {
                // An unexpected exception was thrown in user code while executing this test:
                //    java.lang.ExceptionInInitializerError
                //       at org.apache.log4j.Logger.getLogger(Logger.java:104)
-               //       at org.openecomp.policy.std.AutoClientEnd.<clinit>(AutoClientEnd.java:39)
+               //       at org.onap.policy.std.AutoClientEnd.<clinit>(AutoClientEnd.java:39)
        }
 
        /**
@@ -140,7 +140,7 @@ public class AutoClientEndTest {
 
                // add additional test code here
                // An unexpected exception was thrown in user code while executing this test:
-               //    java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientEnd
+               //    java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientEnd
        }
 
 
@@ -160,7 +160,7 @@ public class AutoClientEndTest {
 
                // add additional test code here
                // An unexpected exception was thrown in user code while executing this test:
-               //    java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientEnd
+               //    java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientEnd
        }
 
        /**
@@ -178,7 +178,7 @@ public class AutoClientEndTest {
 
                // add additional test code here
                // An unexpected exception was thrown in user code while executing this test:
-               //    java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientEnd
+               //    java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientEnd
        }
 
        /**