Controller Blueprints Nitrogen to Oxygen Migration
[ccsdk/features.git] / blueprints-processor / adaptors / data-adaptor-provider / src / test / java / org / onap / ccsdk / features / data / adaptor / dao / ConfigPropertyMapDaoTest.java
  * limitations under the License.\r
  */\r
 \r
-package org.onap.ccsdk.config.data.adaptor.dao;\r
+package org.onap.ccsdk.features.data.adaptor.dao;\r
 \r
 import org.junit.Assert;\r
 import org.junit.FixMethodOrder;\r
 import org.junit.Test;\r
 import org.junit.runner.RunWith;\r
 import org.junit.runners.MethodSorters;\r
+import org.onap.ccsdk.features.data.adaptor.dao.ConfigPropertyMapDao;\r
+import org.onap.ccsdk.features.data.adaptor.dao.QueryExecutorDao;\r
 import org.springframework.beans.factory.annotation.Autowired;\r
 import org.springframework.test.context.ContextConfiguration;\r
 import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;\r
@@ -44,7 +46,7 @@ public class ConfigPropertyMapDaoTest {
         int result = queryExecutorDao.update(sql, data);\r
         Assert.assertNotNull("Failed to get Query Result", result);\r
 \r
-        String propKeyValye = configPropertyMapDao.getConfigPropertyByKey("org.onap.ccsdk.config.rest.adaptors.test");\r
+        String propKeyValye = configPropertyMapDao.getConfigPropertyByKey("org.onap.ccsdk.features.rest.adaptors.test");\r
         Assert.assertNull("propKeyValue is null", propKeyValye);\r
     }\r
 \r