Ramesh N has uploaded a new change for review. Change subject: engine: fix for checkstyle issue in stop rebalance ......................................................................
engine: fix for checkstyle issue in stop rebalance Fixing the checkstyle issue in StopRebalanceGlusterVolumeCommandTest. Change-Id: I767b8bd0afc1fd46caac93945a254a2ee45374bd Signed-off-by: Ramesh Nachimuthu <[email protected]> --- M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/StopRebalanceGlusterVolumeCommandTest.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/76/20676/1 diff --git a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/StopRebalanceGlusterVolumeCommandTest.java b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/StopRebalanceGlusterVolumeCommandTest.java index 17dd60e..c14aec7 100644 --- a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/StopRebalanceGlusterVolumeCommandTest.java +++ b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/StopRebalanceGlusterVolumeCommandTest.java @@ -248,7 +248,7 @@ public void executeCommandWhenFailed() { cmd = spy(createTestCommand(volumeWithRebalanceTask)); prepareMocks(cmd); - mockBackend(false, JobExecutionStatus.FAILED,JobExecutionStatus.FINISHED,false,VdcBllErrors.GlusterVolumeRebalanceStopFailed); + mockBackend(false, JobExecutionStatus.FAILED, JobExecutionStatus.FINISHED, false, VdcBllErrors.GlusterVolumeRebalanceStopFailed); assertTrue(cmd.canDoAction()); cmd.executeCommand(); -- To view, visit http://gerrit.ovirt.org/20676 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I767b8bd0afc1fd46caac93945a254a2ee45374bd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ramesh N <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
