mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Removing unnecessary extension.
This commit is contained in:
parent
e643565316
commit
ab1ef219ed
@ -27,12 +27,11 @@ import org.wso2.carbon.device.mgt.core.common.TestDataHolder;
|
||||
import org.wso2.carbon.device.mgt.core.internal.DeviceManagementDataHolder;
|
||||
import org.wso2.carbon.device.mgt.core.task.impl.DeviceTaskManagerServiceImpl;
|
||||
|
||||
public class DeviceManagementRepositoryTests extends BaseDeviceManagementTest{
|
||||
public class DeviceManagementRepositoryTests{
|
||||
|
||||
private DeviceManagementPluginRepository repository;
|
||||
|
||||
@BeforeClass
|
||||
@Override
|
||||
public void init() throws Exception {
|
||||
this.repository = new DeviceManagementPluginRepository();
|
||||
DeviceManagementDataHolder.getInstance().setDeviceTaskManagerService(new DeviceTaskManagerServiceImpl());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user