Allon Mureinik has uploaded a new change for review. Change subject: core: EditAffinityGroupCommandTest cleanup ......................................................................
core: EditAffinityGroupCommandTest cleanup Removed an redundant, unused data member and semicolon. Change-Id: I814fbcaeaa6c37b9e7918cec1c4f9544439768e4 Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/scheduling/commands/EditAffinityGroupCommandTest.java 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/23/23723/1 diff --git a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/scheduling/commands/EditAffinityGroupCommandTest.java b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/scheduling/commands/EditAffinityGroupCommandTest.java index 7121fd5..a1924af 100644 --- a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/scheduling/commands/EditAffinityGroupCommandTest.java +++ b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/scheduling/commands/EditAffinityGroupCommandTest.java @@ -27,7 +27,6 @@ public class EditAffinityGroupCommandTest { private static final String AFFINITY_GROUP_NAME = "test123"; Guid clusterId = Guid.newGuid(); - Guid vmId = Guid.newGuid(); EditAffinityGroupCommand command; @Mock @@ -51,7 +50,7 @@ affinityGroup2.setClusterId(clusterId); affinityGroup2.setName(AFFINITY_GROUP_NAME + "##"); return affinityGroup2; - }; + } }); doReturn(affinityGroupDao).when(command).getAffinityGroupDao(); doReturn(vmStaticDao).when(command).getVmStaticDAO(); -- To view, visit http://gerrit.ovirt.org/23723 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I814fbcaeaa6c37b9e7918cec1c4f9544439768e4 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
