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

Unified Diff: Tools/GardeningServer/ui/test/ct-revision-details-tests.html

Issue 485253004: [Sheriff-o-matic] Remove race condition on the commit list. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: names 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
« no previous file with comments | « Tools/GardeningServer/ui/test/ct-failure-card-tests.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/test/ct-revision-details-tests.html
diff --git a/Tools/GardeningServer/ui/test/ct-revision-details-tests.html b/Tools/GardeningServer/ui/test/ct-revision-details-tests.html
index 64c85aa2d6c87e0f6a46f8e7d7a36505cca5f810..b0ecbb5029a9f3477b8575f8103011a507b3ea96 100644
--- a/Tools/GardeningServer/ui/test/ct-revision-details-tests.html
+++ b/Tools/GardeningServer/ui/test/ct-revision-details-tests.html
@@ -39,7 +39,7 @@ describe('ct-revision-details', function() {
revisionDetails.builderLatestRevisions = builderRevisions;
revisionDetails.tree = 'blink';
- revisionDetails.revisionLog = commitLog;
+ revisionDetails.commitLog = commitLog;
setTimeout(done);
});
« no previous file with comments | « Tools/GardeningServer/ui/test/ct-failure-card-tests.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698