Bumping cdmf version and updating unit tests

fix-test-failure
Ace 7 years ago
parent f6150f3fda
commit a084af918d

@ -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 {

Loading…
Cancel
Save