mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Updating the failing Group management testcase with the database configuration.
This commit is contained in:
parent
91e1268ca8
commit
4d2d7b9ef5
@ -42,7 +42,7 @@ public class GroupManagementProviderServiceNegativeTest extends BaseDeviceManage
|
|||||||
@Override
|
@Override
|
||||||
public void init() throws Exception {
|
public void init() throws Exception {
|
||||||
DataSource datasource = this.getDataSource(this.
|
DataSource datasource = this.getDataSource(this.
|
||||||
readDataSourceConfig("src/test/resources/config/datasource/no-table-data-source-config.xml"));
|
readDataSourceConfig(getDatasourceLocation() + "-no-table" + DATASOURCE_EXT));
|
||||||
GroupManagementDAOFactory.init(datasource);
|
GroupManagementDAOFactory.init(datasource);
|
||||||
groupManagementProviderService = new GroupManagementProviderServiceImpl();
|
groupManagementProviderService = new GroupManagementProviderServiceImpl();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user