Ori Liel has submitted this change and it was merged. 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(-) Approvals: Ori Liel: Verified; Looks good to me, approved Yair Zaslavsky: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/3797 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib5ef8dcb2b54bcd8b8e146746d594409aa6837c1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Kublin <[email protected]> Gerrit-Reviewer: Ori Liel <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
