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

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

Issue 405853002: Delete dead code now that the polymer port of garden-o-matic is done. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/scripts/model.js ('k') | Tools/GardeningServer/scripts/results.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/model_unittests.js
diff --git a/Tools/GardeningServer/scripts/model_unittests.js b/Tools/GardeningServer/scripts/model_unittests.js
index cc1fc37a5486bc72a5557b278cce7b4f73e12651..467ce5b92886906776d64653602ce3a6f92bb61c 100644
--- a/Tools/GardeningServer/scripts/model_unittests.js
+++ b/Tools/GardeningServer/scripts/model_unittests.js
@@ -205,16 +205,4 @@ test("buildersInFlightForRevision", 3, function() {
model.state.resultsByBuilder = unmock;
});
-test("latestRevisionWithNoBuildersInFlight", 1, function() {
- var unmock = model.state.resultsByBuilder;
- model.state.resultsByBuilder = {
- 'Mr. Beasley': { },
- 'Mr Dixon': {blink_revision: '2'},
- 'Mr. Sabatini': {blink_revision: '4'},
- 'Bob': {blink_revision: '6'}
- };
- equals(model.latestRevisionWithNoBuildersInFlight(), 2);
- model.state.resultsByBuilder = unmock;
-});
-
})();
« no previous file with comments | « Tools/GardeningServer/scripts/model.js ('k') | Tools/GardeningServer/scripts/results.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698