From 26883800ea3e8ca200ccc7d2d1d918c89c3db682 Mon Sep 17 00:00:00 2001 From: harshanL Date: Fri, 13 Feb 2015 10:58:22 +0530 Subject: [PATCH] Refactored unit-tests --- .../mgt/mobile/impl/dao/MobileFeaturePropertyDAOTestSuite.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/test/java/org/wso2/carbon/device/mgt/mobile/impl/dao/MobileFeaturePropertyDAOTestSuite.java b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/test/java/org/wso2/carbon/device/mgt/mobile/impl/dao/MobileFeaturePropertyDAOTestSuite.java index ff8980848..95af28f41 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/test/java/org/wso2/carbon/device/mgt/mobile/impl/dao/MobileFeaturePropertyDAOTestSuite.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/test/java/org/wso2/carbon/device/mgt/mobile/impl/dao/MobileFeaturePropertyDAOTestSuite.java @@ -206,7 +206,7 @@ public class MobileFeaturePropertyDAOTestSuite { } @Test(dependsOnMethods = { "addMobileFeaturePropertyTest", "getMobileFeaturePropertyTest", - "getFeaturePropertyOfFeatureTest" , "updateFeaturePropertyTest", + "getFeaturePropertyOfFeatureTest" , "updateMobileFeaturePropertyTest", "deleteMobileFeaturePropertyTest"}) public void deleteMobileFeaturePropertiesOfFeatureTest() throws MobileDeviceManagementDAOException {