Allon Mureinik has submitted this change and it was merged. Change subject: core: Fix GetAllVmPoolsAttachedToUserQueryTest ......................................................................
core: Fix GetAllVmPoolsAttachedToUserQueryTest GetAllVmPoolsAttachedToUserQueryTest was broken by change-id I59346bc9f1cf6d948c4401ddbd7bb365c67b5b05 which changed the query from a user query to an admin query. This patch removes the parts of the test that are only relevant to user queries (i.e., permission filtering) so that it will only check the expected behavior. Change-Id: I5883d47c4ca074c83913449ecd80972139a7dcf2 Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/GetAllVmPoolsAttachedToUserQueryTest.java 1 file changed, 6 insertions(+), 27 deletions(-) Approvals: Allon Mureinik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/11413 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5883d47c4ca074c83913449ecd80972139a7dcf2 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: ofri masad <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
