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:
Ehsan Akhgari 2010-11-29 22:28:13 -05:00
Родитель c149fb3212
Коммит 80819351a9
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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();