Removing unnecessary extension.

revert-70aa11f8
sinthuja 7 years ago
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…
Cancel
Save