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

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

Issue 498523002: [Sheriff-o-matic] Use likely_revisions instead of first_failing/last_passing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase + no sort 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-stream-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 b0ecbb5029a9f3477b8575f8103011a507b3ea96..f6c09c5cff3743f81a35597bd5ad26a46671fdb6 100644
--- a/Tools/GardeningServer/ui/test/ct-revision-details-tests.html
+++ b/Tools/GardeningServer/ui/test/ct-revision-details-tests.html
@@ -33,9 +33,9 @@ describe('ct-revision-details', function() {
before(function(done) {
revisionDetails = document.createElement('ct-revision-details');
- var builderRevisions = CTBuilderRevisionsMock();
- var commitLog = CTCommitLogMock();
- commitLog._findFirstAndLastRevisions('blink');
+ var builderRevisions = new CTBuilderRevisionsMock();
+ var commitLog = new CTCommitLogMock();
+ commitLog._updateLastRevision('blink');
revisionDetails.builderLatestRevisions = builderRevisions;
revisionDetails.tree = 'blink';
« no previous file with comments | « Tools/GardeningServer/ui/test/ct-failure-stream-tests.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698