|
|
@ -57,7 +57,6 @@ public class TestDataHolder {
|
|
|
|
Device device = new Device();
|
|
|
|
Device device = new Device();
|
|
|
|
device.setEnrolmentInfo(generateEnrollmentInfo(new Date().getTime(), new Date().getTime(), OWNER, EnrolmentInfo
|
|
|
|
device.setEnrolmentInfo(generateEnrollmentInfo(new Date().getTime(), new Date().getTime(), OWNER, EnrolmentInfo
|
|
|
|
.OwnerShip.BYOD, EnrolmentInfo.Status.ACTIVE));
|
|
|
|
.OwnerShip.BYOD, EnrolmentInfo.Status.ACTIVE));
|
|
|
|
device.setName(initialDeviceName);
|
|
|
|
|
|
|
|
device.setDescription("Test Description");
|
|
|
|
device.setDescription("Test Description");
|
|
|
|
device.setDeviceIdentifier(initialDeviceIdentifier);
|
|
|
|
device.setDeviceIdentifier(initialDeviceIdentifier);
|
|
|
|
device.setType(deviceType);
|
|
|
|
device.setType(deviceType);
|
|
|
|