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

Unified Diff: tests/git_cl_test.py

Issue 90763004: GERRIT_PORT is no longer used in git_cl.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 7 years, 1 month 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
« git_cl.py ('K') | « 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 dce632ea9f526310ec495e3af690f7181320fb82..0cd6fea6f2650fe0b6e65c7e7ffb17a5c506ab7e 100755
--- a/tests/git_cl_test.py
+++ b/tests/git_cl_test.py
@@ -662,7 +662,6 @@ class TestGitCl(TestCase):
'rietveld.viewvc-url'],), ''),
((['git', 'config', 'gerrit.host',
'gerrit.chromium.org'],), ''),
- ((['git', 'config', 'gerrit.port', '29418'],), ''),
# DownloadHooks(False)
((['git', 'config', 'gerrit.host'],),
'gerrit.chromium.org'),
« git_cl.py ('K') | « git_cl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698