Moti Asayag has submitted this change and it was merged. Change subject: core: Fix QueriesCommandBaseTest.testQueryCreation failure ......................................................................
core: Fix QueriesCommandBaseTest.testQueryCreation failure Test tries to instantiate a Query which refers to the DB from its c'tor. The access to the DB is moved to the execution part of the Query instead. Change-Id: I45f848903fd65052b924890a9d4c71d25fc36e29 --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/GetStorageDomainsByVmTemplateIdQuery.java 1 file changed, 5 insertions(+), 5 deletions(-) Approvals: Mike Kolesnik: Looks good to me, approved Allon Mureinik: Looks good to me, but someone else must approve Moti Asayag: Verified; Looks good to me, approved Yair Zaslavsky: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/3820 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I45f848903fd65052b924890a9d4c71d25fc36e29 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[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
