Bug 520743 - xpcshell-tests: some Places unit tests fail when 'werror' is on, r=mak

This commit is contained in:
Jae-Seong Lee 2009-11-19 14:13:24 +01:00
Родитель 8e4a4c954d
Коммит c6f2913dc0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -139,7 +139,7 @@ function run_test() {
root = result.root;
root.containerOpen = true;
cc = root.childCount;
var cc = root.childCount;
do_check_eq(cc, 1);
node = root.getChild(0);
do_check_eq(node.title, "new title 2");