Allon Mureinik has uploaded a new change for review. Change subject: core: RemoveImageCommand: Extract initializers ......................................................................
core: RemoveImageCommand: Extract initializers Moved initialization code that may access the database from the constructor to init methods so they can be overloaded in unit tests. Change-Id: I4c7a544f96b3ba157283becc071898ac9d0bee08 Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/BaseImagesCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveImageCommand.java 2 files changed, 21 insertions(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/09/6409/1 -- To view, visit http://gerrit.ovirt.org/6409 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4c7a544f96b3ba157283becc071898ac9d0bee08 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
