aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2017-10-12 10:42:00 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2017-10-12 10:42:20 -0400
commit2a5ff133471c5a69b0dfd760d2743f48112da9a0 (patch)
treeb8382df01a396ccf8fdcea4f7328ee4dad29104b /src/test/java
parente6be129e4865104321cdd6313f9729c4e7b07d22 (diff)
Renaming openecomp to onap
Issue-ID: AAI-208 Change-Id: Ib5dc63c9b2f4c580caec21414c2fafae904adca9 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'src/test/java')
-rw-r--r--src/test/java/org/onap/aai/datarouter/policy/EntityEventPolicyStubbed.java (renamed from src/test/java/org/openecomp/datarouter/policy/EntityEventPolicyStubbed.java)4
-rw-r--r--src/test/java/org/onap/aai/datarouter/policy/EntityEventPolicyTest.java (renamed from src/test/java/org/openecomp/datarouter/policy/EntityEventPolicyTest.java)8
-rw-r--r--src/test/java/org/onap/aai/datarouter/policy/InMemorySearchDatastore.java (renamed from src/test/java/org/openecomp/datarouter/policy/InMemorySearchDatastore.java)2
-rw-r--r--src/test/java/org/onap/aai/datarouter/util/AaiUiSvcPolicyUtilTest.java (renamed from src/test/java/org/openecomp/datarouter/util/AaiUiSvcPolicyUtilTest.java)3
-rw-r--r--src/test/java/org/onap/aai/datarouter/util/client/NoAuthRestClientTest.java (renamed from src/test/java/org/openecomp/datarouter/util/client/NoAuthRestClientTest.java)3
-rw-r--r--src/test/java/org/openecomp/datarouter/entity/SuggestionSearchEntityTest.java2
6 files changed, 14 insertions, 8 deletions
diff --git a/src/test/java/org/openecomp/datarouter/policy/EntityEventPolicyStubbed.java b/src/test/java/org/onap/aai/datarouter/policy/EntityEventPolicyStubbed.java
index b36108f..3ca17f3 100644
--- a/src/test/java/org/openecomp/datarouter/policy/EntityEventPolicyStubbed.java
+++ b/src/test/java/org/onap/aai/datarouter/policy/EntityEventPolicyStubbed.java
@@ -1,8 +1,10 @@
-package org.openecomp.datarouter.policy;
+package org.onap.aai.datarouter.policy;
import java.io.FileNotFoundException;
import org.onap.aai.datarouter.entity.DocumentStoreDataEntity;
+import org.onap.aai.datarouter.policy.EntityEventPolicy;
+import org.onap.aai.datarouter.policy.EntityEventPolicyConfig;
public class EntityEventPolicyStubbed extends EntityEventPolicy {
diff --git a/src/test/java/org/openecomp/datarouter/policy/EntityEventPolicyTest.java b/src/test/java/org/onap/aai/datarouter/policy/EntityEventPolicyTest.java
index 0d97e1d..d925bc8 100644
--- a/src/test/java/org/openecomp/datarouter/policy/EntityEventPolicyTest.java
+++ b/src/test/java/org/onap/aai/datarouter/policy/EntityEventPolicyTest.java
@@ -1,4 +1,4 @@
-package org.openecomp.datarouter.policy;
+package org.onap.aai.datarouter.policy;
import static org.junit.Assert.*;
import static org.mockito.Matchers.anyObject;
@@ -12,8 +12,10 @@ import org.apache.camel.Message;
import org.apache.commons.io.IOUtils;
import org.junit.Before;
import org.junit.Test;
-import org.openecomp.datarouter.util.NodeUtils;
-import org.openecomp.datarouter.util.SearchServiceAgent;
+import org.onap.aai.datarouter.policy.EntityEventPolicy;
+import org.onap.aai.datarouter.policy.EntityEventPolicyConfig;
+import org.onap.aai.datarouter.util.NodeUtils;
+import org.onap.aai.datarouter.util.SearchServiceAgent;
import org.powermock.api.mockito.PowerMockito;
diff --git a/src/test/java/org/openecomp/datarouter/policy/InMemorySearchDatastore.java b/src/test/java/org/onap/aai/datarouter/policy/InMemorySearchDatastore.java
index 4b25f6e..39382a2 100644
--- a/src/test/java/org/openecomp/datarouter/policy/InMemorySearchDatastore.java
+++ b/src/test/java/org/onap/aai/datarouter/policy/InMemorySearchDatastore.java
@@ -1,4 +1,4 @@
-package org.openecomp.datarouter.policy;
+package org.onap.aai.datarouter.policy;
import java.util.concurrent.ConcurrentHashMap;
diff --git a/src/test/java/org/openecomp/datarouter/util/AaiUiSvcPolicyUtilTest.java b/src/test/java/org/onap/aai/datarouter/util/AaiUiSvcPolicyUtilTest.java
index 5e6841f..829a480 100644
--- a/src/test/java/org/openecomp/datarouter/util/AaiUiSvcPolicyUtilTest.java
+++ b/src/test/java/org/onap/aai/datarouter/util/AaiUiSvcPolicyUtilTest.java
@@ -23,7 +23,7 @@
* and service marks of AT&T Intellectual Property.
*/
-package org.openecomp.datarouter.util;
+package org.onap.aai.datarouter.util;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
@@ -31,6 +31,7 @@ import static org.junit.Assert.fail;
import org.junit.BeforeClass;
import org.junit.Test;
+import org.onap.aai.datarouter.util.AaiUiSvcPolicyUtil;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
diff --git a/src/test/java/org/openecomp/datarouter/util/client/NoAuthRestClientTest.java b/src/test/java/org/onap/aai/datarouter/util/client/NoAuthRestClientTest.java
index 160981d..31be2b0 100644
--- a/src/test/java/org/openecomp/datarouter/util/client/NoAuthRestClientTest.java
+++ b/src/test/java/org/onap/aai/datarouter/util/client/NoAuthRestClientTest.java
@@ -23,7 +23,7 @@
* and service marks of AT&T Intellectual Property.
*/
-package org.openecomp.datarouter.util.client;
+package org.onap.aai.datarouter.util.client;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
@@ -37,6 +37,7 @@ import org.apache.camel.impl.DefaultExchange;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mockito;
+import org.onap.aai.datarouter.util.client.NoAuthRestClient;
import org.onap.aai.restclient.client.OperationResult;
import org.onap.aai.restclient.client.RestClient;
diff --git a/src/test/java/org/openecomp/datarouter/entity/SuggestionSearchEntityTest.java b/src/test/java/org/openecomp/datarouter/entity/SuggestionSearchEntityTest.java
index 4461bdc..6ae4a8e 100644
--- a/src/test/java/org/openecomp/datarouter/entity/SuggestionSearchEntityTest.java
+++ b/src/test/java/org/openecomp/datarouter/entity/SuggestionSearchEntityTest.java
@@ -40,7 +40,7 @@ import org.junit.Before;
import org.junit.Test;
import org.mockito.Mockito;
import org.onap.aai.datarouter.entity.SuggestionSearchEntity;
-import org.openecomp.datarouter.search.filters.config.UiFiltersSchemaUtility;
+import org.onap.aai.datarouter.search.filters.config.UiFiltersSchemaUtility;
public class SuggestionSearchEntityTest {
private static SuggestionSearchEntity suggestionSearchEntity;