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

Unified Diff: tests/pending_manager_test.py

Issue 145293006: Sort issues by their age in the commit queue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue
Patch Set: Addressing the comments 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
« pending_manager.py ('K') | « tests/commit_queue_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/pending_manager_test.py
diff --git a/tests/pending_manager_test.py b/tests/pending_manager_test.py
index 12f73d489555008f213fa6593fd4c3888ccc360b..199244ba8bd4d706655ee113a4dcd02319a2ff87 100755
--- a/tests/pending_manager_test.py
+++ b/tests/pending_manager_test.py
@@ -62,7 +62,8 @@ class TestPendingManager(mocks.TestCase):
def testLoadSave(self):
pc = pending_manager.PendingManager(
- context.Context(None, None, mocks.AsyncPushMock(self)),
+ context.Context(None, None, mocks.AsyncPushMock(self),
+ 'commit-bot@chromium.org'),
[fake.FakeVerifier(base.SUCCEEDED)],
[])
filename = os.path.join(self.root_dir, 'foo.json')
« pending_manager.py ('K') | « tests/commit_queue_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698