From 191d988906161d00b567a847baa139082486fb69 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Wed, 15 Oct 2014 15:01:10 -0700 Subject: [PATCH] Update number of known failures --- tests/automation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/automation.js b/tests/automation.js index 778b367c..35384c4b 100644 --- a/tests/automation.js +++ b/tests/automation.js @@ -38,7 +38,7 @@ casper.test.begin("unit tests", 5 + gfxTests.length, function(test) { .start("http://localhost:8000/index.html") .waitForText("DONE", function() { var content = this.getPageContent(); - if (content.contains("DONE: 70904 pass, 0 fail, 174 known fail, 0 unknown pass")) { + if (content.contains("DONE: 70904 pass, 0 fail, 175 known fail, 0 unknown pass")) { test.pass('main unit tests'); } else { this.debugPage();