Closed
Bug 552344
Opened 15 years ago
Closed 15 years ago
(debug) xpcshell-tests: msgAsyncPrompter.js fails to load log4moz.js
Categories
(MailNews Core :: Testing Infrastructure, defect)
MailNews Core
Testing Infrastructure
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.1b2
People
(Reporter: sgautherie, Assigned: kairo)
References
()
Details
(Whiteboard: [fixed by bug 555715])
Error is:
{
uncaught exception: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXPCComponents_Utils.import]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: file:///builds/slave/comm-central-trunk-linux-debug-unittest-xpcshell/build/seamonkey/components/msgAsyncPrompter.js :: <TOP_LEVEL> :: line 39" data: no]
}
Code is:
{
38 Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
39 Components.utils.import("resource://app/modules/gloda/log4moz.js");
}
Fails with |Components.utils.import("resource://app/modules/gloda/log4moz.js");|.
Works with |Components.utils.import("resource://gre/modules/gloda/log4moz.js");|.
Should we s/app/gre/?
Or is there something else to fix in SeaMonkey?
Reporter | ||
Comment 1•15 years ago
|
||
Ah well, this is the same "app vs gre" issue as in bug 448861 :-|
Reporter | ||
Updated•15 years ago
|
No longer depends on: 448861
Summary: [SeaMonkey 2.1 debug xpcshell-tests] msgAsyncPrompter.js fails to load log4moz.js → (debug) xpcshell-tests: msgAsyncPrompter.js fails to load log4moz.js
Reporter | ||
Updated•15 years ago
|
Reporter | ||
Comment 2•15 years ago
|
||
R.Fixed by bug 555715.
V.Fixed per tinderboxes.
You need to log in
before you can comment on or make changes to this bug.
Description
•