Bug 591008 - browser_HUDServiceTestsAll.js | image is logged - Didn't expect -1, but got it r=sdwilsh a=sdwilsh

This commit is contained in:
David Dahl 2010-08-27 13:25:28 -07:00
Родитель b7e7f8d442
Коммит da542db7c4
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -252,6 +252,7 @@ function testNet()
browser.addEventListener("load", function onTestNetLoad () {
browser.removeEventListener("load", onTestNetLoad, true);
executeSoon(function(){
let group = outputNode.querySelector(".hud-group");
is(group.childNodes.length, 5, "Four children in output");
let outputChildren = group.childNodes;
@ -264,7 +265,7 @@ function testNet()
"image is logged");
isnot(outputChildren[4].textContent.
indexOf("running network console logging tests"), -1, "log() is logged");
});
testLiveFilteringForMessageTypes();
}, true);