mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 520743 - xpcshell-tests: some Places unit tests fail when 'werror' is on, r=mak
This commit is contained in:
parent
b346812cc9
commit
23ae560f84
@ -139,7 +139,7 @@ function run_test() {
|
|||||||
root = result.root;
|
root = result.root;
|
||||||
|
|
||||||
root.containerOpen = true;
|
root.containerOpen = true;
|
||||||
cc = root.childCount;
|
var cc = root.childCount;
|
||||||
do_check_eq(cc, 1);
|
do_check_eq(cc, 1);
|
||||||
node = root.getChild(0);
|
node = root.getChild(0);
|
||||||
do_check_eq(node.title, "new title 2");
|
do_check_eq(node.title, "new title 2");
|
||||||
|
Loading…
Reference in New Issue
Block a user