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

Unified Diff: Tools/GardeningServer/model/tree-status-tests.html

Issue 459463003: Convert moar Sheriff-o-Matic tests to Polymer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/model/tree-status-tests.html
diff --git a/Tools/GardeningServer/model/tree-status-tests.html b/Tools/GardeningServer/model/tree-status-tests.html
index 314819c71d8c646e449ba20b73083ac70e2f54fb..ada63250a5d15568242f0f19a147ccdbb588bdb7 100644
--- a/Tools/GardeningServer/model/tree-status-tests.html
+++ b/Tools/GardeningServer/model/tree-status-tests.html
@@ -36,7 +36,7 @@ var closedTreeJson = {
};
asyncTest("basic", 6, function() {
- var simulator = new NetworkSimulator();
+ var simulator = new NetworkSimulator(ok, start);
simulator.json = function(url) {
if (url.indexOf('closed') != -1)
return Promise.resolve(closedTreeJson);

Powered by Google App Engine
This is Rietveld 408576698