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

Unified Diff: Tools/GardeningServer/scripts/results_unittests.js

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/scripts/results_unittests.js
diff --git a/Tools/GardeningServer/scripts/results_unittests.js b/Tools/GardeningServer/scripts/results_unittests.js
index 6a41d496ed8408b78487faa9a3e1cf2ddca2e6f2..2b0194aad3c995af62d3d91d51252fe95376da64 100644
--- a/Tools/GardeningServer/scripts/results_unittests.js
+++ b/Tools/GardeningServer/scripts/results_unittests.js
@@ -80,7 +80,7 @@ test("resultType", 12, function() {
});
asyncTest("fetchResultsURLs", 5, function() {
- var simulator = new NetworkSimulator();
+ var simulator = new NetworkSimulator(ok, start);
var probedURLs = [];
simulator.probe = function(url)

Powered by Google App Engine
This is Rietveld 408576698