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

Unified Diff: dashboard/dashboard/elements/speed-releasing-table-test.html

Issue 2684813002: Handles milestones. Needs to be broken up. (Closed)
Patch Set: Created 3 years, 10 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 | « dashboard/dashboard/elements/speed-releasing-table.html ('k') | dashboard/dashboard/speed_releasing.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/speed-releasing-table-test.html
diff --git a/dashboard/dashboard/elements/speed-releasing-table-test.html b/dashboard/dashboard/elements/speed-releasing-table-test.html
index 3da9669bd451be3b23992b53fbbbfb3fc4f77432..27c84f893020a670a58911d024526a72e7e2f9c5 100644
--- a/dashboard/dashboard/elements/speed-releasing-table-test.html
+++ b/dashboard/dashboard/elements/speed-releasing-table-test.html
@@ -103,6 +103,8 @@ tr.b.unittest.testSuite(function() {
'revisions': revisions,
'categories': categories,
'display_revisions': displayRevisions,
+ 'milestones': [3, 4],
+ 'current_milestone': 3,
};
testing_common.addXhrMock('/speed_releasing/undefined?=',
JSON.stringify(mockResponse));
« no previous file with comments | « dashboard/dashboard/elements/speed-releasing-table.html ('k') | dashboard/dashboard/speed_releasing.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698