Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1226)

Unified Diff: tests/git_cl_test.py

Issue 2259583002: Gerrit git cl upload: self-lgtm on TBR. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@adfs
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « git_cl.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « git_cl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698