Update number of known failures

This commit is contained in:
Marco Castelluccio 2014-10-15 15:01:10 -07:00
Родитель 4954057571
Коммит 191d988906
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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();