|
|
|
@ -19,27 +19,5 @@
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
|
|
|
|
|
|
|
|
|
|
<suite name="DeviceManagementCore">
|
|
|
|
|
<parameter name="useDefaultListeners" value="false"/>
|
|
|
|
|
|
|
|
|
|
<test name="DAO Unit Tests" preserve-order="true">
|
|
|
|
|
<parameter name="dbType" value="MySql"/>
|
|
|
|
|
<classes>
|
|
|
|
|
<class name="org.wso2.carbon.device.mgt.core.common.BaseDeviceManagementTest"/>
|
|
|
|
|
<class name="org.wso2.carbon.device.mgt.core.dao.DevicePersistTests"/>
|
|
|
|
|
<class name="org.wso2.carbon.device.mgt.core.DeviceManagementRepositoryTests"/>
|
|
|
|
|
<class name="org.wso2.carbon.device.mgt.core.DeviceManagementConfigTests"/>
|
|
|
|
|
<class name="org.wso2.carbon.device.mgt.core.app.mgt.AppManagementConfigurationManagerTest"/>
|
|
|
|
|
<class name="org.wso2.carbon.device.mgt.core.dao.ApplicationPersistenceTests"/>
|
|
|
|
|
<class name="org.wso2.carbon.device.mgt.core.search.DeviceDetails"/>
|
|
|
|
|
<!--<class name="org.wso2.carbon.device.mgt.core.search.SearchDevice"/>-->
|
|
|
|
|
<class name="org.wso2.carbon.device.mgt.core.dao.GroupPersistTests"/>
|
|
|
|
|
</classes>
|
|
|
|
|
</test>
|
|
|
|
|
<test name="Service Unit Tests" preserve-order="true">
|
|
|
|
|
<classes>
|
|
|
|
|
<class name="org.wso2.carbon.device.mgt.core.service.DeviceManagementProviderServiceTest"/>
|
|
|
|
|
<class name="org.wso2.carbon.device.mgt.core.app.mgt.ApplicationManagementProviderServiceTest"/>
|
|
|
|
|
</classes>
|
|
|
|
|
</test>
|
|
|
|
|
<suite name="ApplicationManagementCore">
|
|
|
|
|
</suite>
|