Bug 615443: Ensure that contributors and localisers are listed in order. r=robstrong, a=blocks-final

This commit is contained in:
Dave Townsend 2010-12-02 09:30:27 -08:00
parent 21a48aa96e
commit 372e67dc4b
2 changed files with 1 additions and 4 deletions

View File

@ -6338,6 +6338,7 @@ function AddonWrapper(aAddon) {
aProp.substring(0, aProp.length - 1);
let list = Services.prefs.getChildList(pref, {});
if (list.length > 0) {
list.sort();
results = [];
list.forEach(function(aPref) {
let value = Services.prefs.getComplexValue(aPref,

View File

@ -131,10 +131,6 @@ function run_test_7() {
// Test that the prefs will override localized values from the manifest
function run_test_8() {
dump("The rest of this test is disabled for now\n");
do_test_finished();
return;
Services.prefs.setCharPref(PREF_SELECTED_LOCALE, "fr-FR");
restartManager();