Michael Kublin has uploaded a new change for review. Change subject: restapi : Fixing broken unit test ......................................................................
restapi : Fixing broken unit test The following patch will fix broken unit test because of refactoring at engine. 1. First change is using a new correct name for WipeAfterDelete property 2. Removing unneded comparison at equals and hashCode for DiskImage which is causing for failure. (Actually there are no need for engine also to use that proprty for comparison of objects and calculation of hashCode) Change-Id: Ib5ef8dcb2b54bcd8b8e146746d594409aa6837c1 --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/DiskImage.java M backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendDiskResourceTest.java 2 files changed, 1 insertion(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/97/3797/1 -- To view, visit http://gerrit.ovirt.org/3797 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib5ef8dcb2b54bcd8b8e146746d594409aa6837c1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Kublin <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
