Bumping cdmf version and updating unit tests

This commit is contained in:
Ace 2017-11-30 10:52:30 +05:30
parent f6150f3fda
commit a084af918d

View File

@ -88,6 +88,11 @@ public class TestDeviceManager implements DeviceManager {
return null;
}
@Override
public boolean updateDeviceProperties(DeviceIdentifier deviceIdentifier, List<Device.Property> list) throws DeviceManagementException {
return false;
}
@Override
public boolean updateDeviceInfo(DeviceIdentifier deviceIdentifier, Device device)
throws DeviceManagementException {