Moti Asayag has submitted this change and it was merged. Change subject: core: Fixed UpdateStoragePoolCommandTest ......................................................................
core: Fixed UpdateStoragePoolCommandTest The test was broken since a call to VdsGroupDAO was moved from the command itself to StoragePoolValidator, and the appropriate mocking in the test was not. This patch fixes this issue. Change-Id: If8a74897f65d1201c01ed39be62c7638c4b9f8a7 --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/UpdateStoragePoolCommand.java M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/storage/UpdateStoragePoolCommandTest.java 2 files changed, 14 insertions(+), 3 deletions(-) Approvals: Allon Mureinik: Verified Moti Asayag: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/3836 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If8a74897f65d1201c01ed39be62c7638c4b9f8a7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
