forked from community/device-mgt-plugins
Merge pull request #63 from GPrathap/IoTS-1.0.0-M1
changed class name: RaspberrypiException
commit
6437d2099e
@ -1,25 +0,0 @@
|
|||||||
package org.wso2.carbon.device.mgt.iot.droneanalyzer.plugin.impl.dao.impl;
|
|
||||||
|
|
||||||
import org.junit.Before;
|
|
||||||
import org.junit.Test;
|
|
||||||
import org.wso2.carbon.device.mgt.iot.util.iotdevice.dao.IotDeviceManagementDAOException;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Created by geesara on 12/9/15.
|
|
||||||
*/
|
|
||||||
public class DroneAnalyzerDeviceDAOImplTest {
|
|
||||||
DroneAnalyzerDeviceDAOImpl dao;
|
|
||||||
@Before
|
|
||||||
public void init(){
|
|
||||||
dao = new DroneAnalyzerDeviceDAOImpl();
|
|
||||||
}
|
|
||||||
|
|
||||||
//@Test
|
|
||||||
public void testDBConnenction(){
|
|
||||||
try {
|
|
||||||
dao.deleteIotDevice("device1");
|
|
||||||
} catch (IotDeviceManagementDAOException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
0
components/device-mgt-iot-raspberrypi/org.wso2.carbon.device.mgt.iot.raspberrypi.service.impl/src/main/java/org/wso2/carbon/device/mgt/iot/raspberrypi/service/transport/RaspberrypiMQTTSubscriber.java → components/device-mgt-iot-raspberrypi/org.wso2.carbon.device.mgt.iot.raspberrypi.service.impl/src/main/java/org/wso2/carbon/device/mgt/iot/raspberrypi/service/transport/RaspberryPiMQTTSubscriber.java
0
components/device-mgt-iot-raspberrypi/org.wso2.carbon.device.mgt.iot.raspberrypi.service.impl/src/main/java/org/wso2/carbon/device/mgt/iot/raspberrypi/service/transport/RaspberrypiMQTTSubscriber.java → components/device-mgt-iot-raspberrypi/org.wso2.carbon.device.mgt.iot.raspberrypi.service.impl/src/main/java/org/wso2/carbon/device/mgt/iot/raspberrypi/service/transport/RaspberryPiMQTTSubscriber.java
Loading…
Reference in new issue