Shubhendu Tripathi has uploaded a new change for review. Change subject: gluster: Fixed coverity scan failure in GetGlusterVolumeRebalanceStatusQueryTest ......................................................................
gluster: Fixed coverity scan failure in GetGlusterVolumeRebalanceStatusQueryTest Fixed an coverity scan failure issue in the test case class GetGlusterVolumeRebalanceStatusQueryTest. Change-Id: I767f981cfefa8a783cc636e96cc32675fc17aefc Signed-off-by: Shubhendu Tripathi <[email protected]> --- M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeRebalanceStatusQueryTest.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/07/19907/1 diff --git a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeRebalanceStatusQueryTest.java b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeRebalanceStatusQueryTest.java index b4cda96..3205d95 100644 --- a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeRebalanceStatusQueryTest.java +++ b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeRebalanceStatusQueryTest.java @@ -197,6 +197,6 @@ getQuery().executeQueryCommand(); VdcQueryReturnValue returnValue = (VdcQueryReturnValue)getQuery().getReturnValue(); - assertEquals(VdcBllMessages.GLUSTER_VOLUME_ID_INVALID, returnValue.getExceptionString()); + assertEquals(VdcBllMessages.GLUSTER_VOLUME_ID_INVALID.toString(), returnValue.getExceptionString()); } } -- To view, visit http://gerrit.ovirt.org/19907 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I767f981cfefa8a783cc636e96cc32675fc17aefc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shubhendu Tripathi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
