| Index: tests/git_cl_test.py
|
| diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
|
| index 378525a005eda3b575e93359895be8b0ff12abbd..a8c6ce54a92e34d3d3f2a1c5ccf1f8b5a1423dae 100755
|
| --- a/tests/git_cl_test.py
|
| +++ b/tests/git_cl_test.py
|
| @@ -288,7 +288,9 @@ class TestGitCl(TestCase):
|
| len(self._calls_done), args, following_calls))
|
| git_cl.logging.error(extended_msg)
|
|
|
| - self.fail('@%d Expected: %r Actual: %r' % (
|
| + self.fail('@%d\n'
|
| + ' Expected: %r\n'
|
| + ' Actual: %r' % (
|
| len(self._calls_done), expected_args, args))
|
|
|
| self._calls_done.append(top)
|
| @@ -1003,7 +1005,8 @@ class TestGitCl(TestCase):
|
| 'Change-Id: 123456789\n',
|
| ['reviewer@example.com', 'another@example.com'],
|
| squash=False,
|
| - squash_mode='override_nosquash')
|
| + squash_mode='override_nosquash',
|
| + ref_suffix='%l=Code-Review+1')
|
|
|
| def test_gerrit_upload_squash_first_is_default(self):
|
| # Mock Gerrit CL description to indicate the first upload.
|
|
|