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

Unified Diff: Tools/GardeningServer/ui/ct-commit-list-tests.html

Issue 410483002: Add the revision details widget to sheriff-o-matic (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix comments Created 6 years, 4 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: Tools/GardeningServer/ui/ct-commit-list-tests.html
diff --git a/Tools/GardeningServer/ui/ct-commit-list-tests.html b/Tools/GardeningServer/ui/ct-commit-list-tests.html
index 757473140e6744a24835344aafded560ceaf9414..19fef0d2296891b32500d70035a1d382ff6da228 100644
--- a/Tools/GardeningServer/ui/ct-commit-list-tests.html
+++ b/Tools/GardeningServer/ui/ct-commit-list-tests.html
@@ -18,6 +18,9 @@ asyncTest("basic", 1, function() {
list.commits = new CTCommitLogMock();
+ // FIXME: This test shouldn't rely on firstRevision being empty to pass.
+ list.commits.firstRevision = {};
+
var blinkCommits = list.commits.commits.blink;
var revision;
for (revision in blinkCommits)

Powered by Google App Engine
This is Rietveld 408576698