зеркало из https://github.com/mozilla/gecko-dev.git
Disable the last part of the testcase for bug 553094 to make it pass correctly on Mac as well; a=bustage-fix landed on a CLOSED TREE
This commit is contained in:
Родитель
c149fb3212
Коммит
80819351a9
|
@ -131,6 +131,10 @@ 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();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче