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) |