Apparently this test just didn't pass locally, since the tinderboxen seem to like it. s/todo_is/is/

This commit is contained in:
sdwilsh@shawnwilsher.com 2008-01-31 15:27:13 -08:00
Родитель 87306879f4
Коммит 09db35213e
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -87,8 +87,7 @@ function test()
var root = result.root;
root.containerOpen = true;
var cc = root.childCount;
// TODO bug 415004
todo_is(cc, 1, "Visit count is what we expect");
is(cc, 1, "Visit count is what we expect");
ok(loadCount > 1, "Load count is greater than 1");
root.containerOpen = false;
}