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

Unified Diff: tests/presubmit_unittest.py

Issue 1891233003: Support getting changes of non-HEAD branches (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@branch-to-cl
Patch Set: fix Created 4 years, 8 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 | « tests/git_cl_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/presubmit_unittest.py
diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py
index 5457170b8aa914a673eda8e2bd528910b0011233..2895e32cd5c596d080a28b1f9f0b90fe41ecf125 100755
--- a/tests/presubmit_unittest.py
+++ b/tests/presubmit_unittest.py
@@ -513,8 +513,8 @@ class PresubmitUnittest(PresubmitTestsBase):
os.path.isfile(full_path).AndReturn(True)
presubmit.scm.GIT.GenerateDiff(
- self.fake_root_dir, files=[], full_move=True, branch=None
- ).AndReturn('\n'.join(unified_diff))
+ self.fake_root_dir, files=[], full_move=True, branch=None,
+ branch_head='HEAD',).AndReturn('\n'.join(unified_diff))
self.mox.ReplayAll()
« no previous file with comments | « tests/git_cl_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698