diff --git a/ubiquity/tests/test_parser1.js b/ubiquity/tests/test_parser1.js index 04805325..54b772ad 100644 --- a/ubiquity/tests/test_parser1.js +++ b/ubiquity/tests/test_parser1.js @@ -916,7 +916,8 @@ function testModifierWordsCanAlsoBeInArbTextDirectObj() { } function testEnParserRecursiveParse() { - var {recursiveParse} = EnParser.__parent__; + var {recursiveParse} = + Cu.import("resource://ubiquity/modules/parser/original/locale_en.js", null); var {assertEquals} = this; function pp(olist) [JSON.stringify(o) for each (o in olist)].sort() + ""; function parse(input, hasObj, preps)