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

Unified Diff: tests/commit_queue_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
Index: tests/commit_queue_test.py
diff --git a/tests/commit_queue_test.py b/tests/commit_queue_test.py
index d9c5ecc33d744a76e1689f3dd67cd2b25214032f..e1615c5503557bf4bea7688d16bf5a09e81a6254 100755
--- a/tests/commit_queue_test.py
+++ b/tests/commit_queue_test.py
@@ -34,7 +34,10 @@ class PendingManagerMock(auto_stub.SimpleMock):
def __init__(self, unit_test):
super(PendingManagerMock, self).__init__(unit_test)
self.context = context.Context(
- mocks.RietveldMock(unit_test), mocks.SvnCheckoutMock(unit_test), None)
+ mocks.RietveldMock(unit_test),
+ mocks.SvnCheckoutMock(unit_test),
+ None,
+ 'commit-bot@chromium.org')
self.count = 0
def load(self, *args, **kwargs):
« pending_manager.py ('K') | « projects.py ('k') | tests/pending_manager_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698