Index: Tools/GardeningServer/model/test/ct-failures-tests.html |
diff --git a/Tools/GardeningServer/model/test/ct-failures-tests.html b/Tools/GardeningServer/model/test/ct-failures-tests.html |
index 8c9e11931b35dcc917ca1353cd63d17ead98750c..0547ffc3de21c1ccc6d683ae8142cd3ae7a4a1d5 100644 |
--- a/Tools/GardeningServer/model/test/ct-failures-tests.html |
+++ b/Tools/GardeningServer/model/test/ct-failures-tests.html |
@@ -349,6 +349,7 @@ describe('ct-failures', function() { |
describe('processTrooperFailures', function() { |
it('should filter out updates that are not alerts', function() { |
var analyzer = new CTFailures(new CTCommitList(undefined, [])); |
+ analyzer.failures = {}; |
analyzer._processTrooperFailures( |
{'key_1': {'tree_1': {should_alert: true, should_appear: true}, |
'tree_2': {should_alert: false, should_appear: false}}, |