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

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

Issue 332073002: Green the garden-o-matic unittests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix temp change Created 6 years, 6 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/checkout_unittests.js
diff --git a/Tools/GardeningServer/scripts/checkout_unittests.js b/Tools/GardeningServer/scripts/checkout_unittests.js
index c557ce8e2399282d4333a3335451140c408603a6..b99d2de4cf94268ddfd715014b1414118bd012c7 100644
--- a/Tools/GardeningServer/scripts/checkout_unittests.js
+++ b/Tools/GardeningServer/scripts/checkout_unittests.js
@@ -122,7 +122,7 @@ asyncTest("rebaseline", 3, function() {
});
});
-asyncTest("rebaseline-debug-bot", 3, function() {
+asyncTest("rebaseline-debug-bot", 4, function() {
var simulator = new NetworkSimulator();
simulator.post = function(url, body)
{
@@ -139,7 +139,7 @@ asyncTest("rebaseline-debug-bot", 3, function() {
'testName': 'another/test.svg',
'failureTypeList': ['IMAGE'],
}], function(failureInfo) {
- ok(false);
+ ok(true);
ojan 2014/06/15 00:43:44 checkout.rebaseline changed to all the processCall
}, function(failureInfo) {
ok(true);
}).then(function() {
« no previous file with comments | « no previous file | Tools/GardeningServer/scripts/ui/failures.js » ('j') | Tools/GardeningServer/scripts/ui/failures.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698