Michael Kublin has submitted this change and it was merged. Change subject: core: UnPowerMock validator tests ......................................................................
core: UnPowerMock validator tests Removed PowerMock dependency from the validator tests. Mocking configuration was done directly, since ConfigMockRule is part of the utils package, and not the common package. Change-Id: I770362f4f64c89ad27ddcf266d6526b690faf9c2 Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/utils/MTUValidatorTest.java M backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/utils/ValidationUtilsTest.java 2 files changed, 18 insertions(+), 39 deletions(-) Approvals: Michael Kublin: Verified; Looks good to me, approved Allon Mureinik: Verified; Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/4937 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I770362f4f64c89ad27ddcf266d6526b690faf9c2 Gerrit-PatchSet: 9 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Laszlo Hornyak <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
