diff options
author | Steven Blimkie <Steven.Blimkie@amdocs.com> | 2017-10-12 15:08:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-12 15:08:25 +0000 |
commit | 7af00564f04e1b8f441536fce5bdf31d59fe722c (patch) | |
tree | c0f87c4746f420f6b0c9af72623074cd75dfe779 /src/test/java/org | |
parent | 14326b84c4a78c17de6cedf50072cd4096d8a02d (diff) | |
parent | 2a5ff133471c5a69b0dfd760d2743f48112da9a0 (diff) |
Merge "Renaming openecomp to onap"
Diffstat (limited to 'src/test/java/org')
-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.java | 2 |
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; |