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

Unified Diff: Tools/GardeningServer/ui/test/ct-builder-grid-tests.html

Issue 541123002: Move builderList creation to ct-failure-card (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 3 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/ct-failure-card.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-builder-grid-tests.html
diff --git a/Tools/GardeningServer/ui/test/ct-builder-grid-tests.html b/Tools/GardeningServer/ui/test/ct-builder-grid-tests.html
index 271b72cd2e37de108d4797bd173edc388e4f3492..83e2538b9330a110ea2d6f1e3ce1d674bd904d72 100644
--- a/Tools/GardeningServer/ui/test/ct-builder-grid-tests.html
+++ b/Tools/GardeningServer/ui/test/ct-builder-grid-tests.html
@@ -7,6 +7,7 @@ found in the LICENSE file.
<link rel="import" href="../ct-builder-grid.html">
<link rel="import" href="../ct-builder.html">
+<link rel="import" href="../../model/ct-builder-list.html">
<link rel="import" href="../../model/ct-failure.html">
<script>
@@ -71,7 +72,7 @@ describe('ct-builder-grid', function() {
beforeEach(function(done) {
grid = document.createElement('ct-builder-grid');
- grid.failures = kExampleFailures;
+ grid.builderList = new CTBuilderList(kExampleFailures);
setTimeout(done);
});
« no previous file with comments | « Tools/GardeningServer/ui/ct-failure-card.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698