Saggi Mizrahi has uploaded a new change for review. Change subject: tests: (OCD) Add space at the end of the sample string ......................................................................
tests: (OCD) Add space at the end of the sample string When the strings are concatenated there needs to be a space or there is a punctuation sign without a space after it. Change-Id: I1caf6c6701215cd028caf6b8052176e2be36ce2e Signed-off-by: Saggi Mizrahi <[email protected]> --- M tests/testrunner.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/24/11624/1 diff --git a/tests/testrunner.py b/tests/testrunner.py index 4633168..dfe9885 100644 --- a/tests/testrunner.py +++ b/tests/testrunner.py @@ -55,7 +55,7 @@ "aute irure dolor in reprehenderit in voluptate velit esse cillum " "dolore eu fugiat nulla pariatur. Excepteur sint occaecat " "cupidatat non proident, sunt in culpa qui officia deserunt " - "mollit anim id est laborum.") + "mollit anim id est laborum. ") d, m = divmod(size, len(text)) return (text * d) + text[:m] -- To view, visit http://gerrit.ovirt.org/11624 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1caf6c6701215cd028caf6b8052176e2be36ce2e Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
