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

Unified Diff: tests/project_test.py

Issue 136643007: Revert of Reduce spam from CQ. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue
Patch Set: Created 6 years, 11 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/pending_manager_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/project_test.py
diff --git a/tests/project_test.py b/tests/project_test.py
index f885fb1b4c7f42b38400e5c904adb4b242ec56b2..a559781df29967f3dbb4b78c1fe133b22ab72e18 100755
--- a/tests/project_test.py
+++ b/tests/project_test.py
@@ -435,7 +435,7 @@
why_not, rietveld_calls)
def test_tbr(self):
- self.time = map(lambda x: float(x*35), range(16))
+ self.time = map(lambda x: float(x*35), range(15))
self.urlrequests = [
('https://chromium-status.appspot.com/allstatus?format=json&endTime=85',
# Cheap hack here.
@@ -486,7 +486,6 @@
"{u'chromium_presubmit': ['presubmit']})",
'close_issue(31337)',
"update_description(31337, u'foo\\nTBR=')",
- "set_flag(31337, 1, 'commit', False)",
"add_comment(31337, 'Change committed as 125')",
])
self.context.checkout.check_calls([
@@ -498,7 +497,7 @@
"u'user@example.com')",
])
self.context.status.check_names(['initial', 'why not', 'why not',
- 'why not', 'commit', 'abort'])
+ 'why not', 'commit'])
« no previous file with comments | « tests/pending_manager_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698