Remove INSTALL_LOCALE from APP_CONSTANTS
Categories
(Toolkit :: General, enhancement, P5)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: Pike, Assigned: manuela.monika97, Mentored)
Details
Attachments
(1 file)
Updated•7 years ago
|
| Reporter | ||
Comment 2•7 years ago
|
||
https://searchfox.org/mozilla-central/rev/fbb251448feb7276f9b1d0a88f9c0cb1cd144ce4/toolkit/modules/UpdateUtils.jsm#125 is where the locale is coming from. And we're using that file because it's the only thing that's really reliable to tell us what we built :-/ .
One way to fix this is to assume that we're running tests on en-US only, add a big red marker on it, and hard-code en-US?
Or you read the file, and check that you read the file correctly twice.
(Thanks for looking into this)
| Assignee | ||
Comment 3•7 years ago
|
||
Hi, I'd like to work on this
Comment 4•7 years ago
|
||
Hi Monika, sorry, I only just saw your comment. Please do take it. With reference to comment 2, I think we could just hard-code en-US in the test for now, and extend the Assert message to indicate that the test is assuming that we are built with en-US locale.
| Assignee | ||
Comment 5•6 years ago
|
||
Comment 7•6 years ago
|
||
| bugherder | ||
Description
•