Closed
Bug 541663
Opened 15 years ago
Closed 15 years ago
Extensions manager unit tests fail when building with --enable-application=xulrunner
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 455238
People
(Reporter: glandium, Unassigned)
Details
(I guess this still applies on trunk)
The culprit is the appName getter, which requires chrome://branding/locale/brand.properties.
There are 2 possible simple solutions:
- either add a small branding in dist/bin/chrome (which has the side effect to get installed by make install)
- add a try/catch in the appName getter.
Some other approaches could be used, such as having a different chrome directory for tests...
What do you think ?
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•15 years ago
|
||
D'oh, sorry.
You need to log in
before you can comment on or make changes to this bug.
Description
•