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() { |