From 1a8ef44ce219ac159f1d0f64f840df01d82b057a Mon Sep 17 00:00:00 2001 From: "tandrii@chromium.org" Date: Wed, 13 Apr 2016 18:41:37 +0000 Subject: [PATCH] Followup for git cl set-commit tests. Based on review of https://codereview.chromium.org/1889483002. R=sergiyb@chromium.org BUG=599931 Review URL: https://codereview.chromium.org/1885963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299905 0039d316-1c4b-4281-b951-d872f2087c98 --- tests/git_cl_test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py index 295d1a0fb6..80021904d7 100755 --- a/tests/git_cl_test.py +++ b/tests/git_cl_test.py @@ -1353,6 +1353,9 @@ class TestGitCl(TestCase): ((['SetReview', 'chromium-review.googlesource.com', 123, {'Commit-Queue': 1}],), ''), ] + # TODO(tandrii): consider testing just set-commit and set-commit --clear, + # but without copy-pasting tons of expectations, as modifying them later is + # super tedious. self.assertEqual(0, git_cl.main(['set-commit', '-d']))