From 752af2ca41a21966ce95dae40a913be399dd9bcf Mon Sep 17 00:00:00 2001 From: charitha Date: Tue, 1 Oct 2019 09:30:30 +0530 Subject: [PATCH] FIx test failure --- .../mocks/DeviceManagementProviderServiceMock.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/src/test/java/org/wso2/carbon/mdm/services/android/mocks/DeviceManagementProviderServiceMock.java b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/src/test/java/org/wso2/carbon/mdm/services/android/mocks/DeviceManagementProviderServiceMock.java index 0f114e355..5c75388a5 100644 --- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/src/test/java/org/wso2/carbon/mdm/services/android/mocks/DeviceManagementProviderServiceMock.java +++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/src/test/java/org/wso2/carbon/mdm/services/android/mocks/DeviceManagementProviderServiceMock.java @@ -608,19 +608,17 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv } @Override - public int getDeviceCountOfTypeByStatus(String deviceType, String deviceStatus) throws DeviceManagementException { + public int getDeviceCountOfTypeByStatus(int i, String s, String s1) throws DeviceManagementException { return 0; } @Override - public List getDeviceIdentifiersByStatus(String deviceType, String deviceStatus) - throws DeviceManagementException { + public List getDeviceIdentifiersByStatus(int i, String s, String s1) throws DeviceManagementException { return null; } @Override - public boolean bulkUpdateDeviceStatus(String deviceType, List deviceList, String status) - throws DeviceManagementException { + public boolean bulkUpdateDeviceStatus(int i, String s, List list, String s1) throws DeviceManagementException { return false; }