refactor ResourceManagerTest into correct .genius. sub-package 67/67967/2
authorMichael Vorburger <vorburger@redhat.com>
Tue, 6 Feb 2018 16:55:15 +0000 (17:55 +0100)
committerFaseela K <faseela.k@ericsson.com>
Wed, 7 Feb 2018 09:24:42 +0000 (09:24 +0000)
Change-Id: Ia345e480bfc91c66d968457fa87d4746df2c4c73
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
resourcemanager/resourcemanager-impl/src/test/java/org/opendaylight/genius/resourcemanager/tests/ResourceManagerTest.java [moved from resourcemanager/resourcemanager-impl/src/test/java/org/opendaylight/resourcemanager/tests/ResourceManagerTest.java with 99% similarity]
resourcemanager/resourcemanager-impl/src/test/java/org/opendaylight/genius/resourcemanager/tests/ResourceManagerTestModule.java [moved from resourcemanager/resourcemanager-impl/src/test/java/org/opendaylight/resourcemanager/tests/ResourceManagerTestModule.java with 97% similarity]
resourcemanager/resourcemanager-impl/src/test/java/org/opendaylight/genius/resourcemanager/tests/package-info.java [moved from resourcemanager/resourcemanager-impl/src/test/java/org/opendaylight/resourcemanager/tests/package-info.java with 88% similarity]

@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.resourcemanager.tests;
+package org.opendaylight.genius.resourcemanager.tests;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertTrue;
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.resourcemanager.tests;
+package org.opendaylight.genius.resourcemanager.tests;
 
 import org.opendaylight.controller.md.sal.binding.api.DataBroker;
 import org.opendaylight.controller.md.sal.binding.test.DataBrokerTestModule;