This commit is contained in:
reed%reedloden.com 2008-01-12 12:13:17 +00:00
Родитель bfb8b325e6
Коммит f1a4e73e9d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -35,7 +35,7 @@ function runTest() {
ok(rbox, "handlersView is present");
var items = rbox && rbox.getElementsByTagName("richlistitem");
todo(items && items.length > 0, "App handler list populated");
//ok(items && items.length > 0, "App handler list populated");
win.close();
}