Bug 570046 Fix test_update.js hanging on apps/build configs that don't support lightweight themes. r=dtownsend

This commit is contained in:
Mark Banner 2010-06-10 10:55:18 +01:00
Родитель 48d8a69ecf
Коммит 9cc9f774f5
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -6,6 +6,9 @@
// The test extension uses an insecure update url.
Services.prefs.setBoolPref("extensions.checkUpdateSecurity", false);
// This test requires lightweight themes update to be enabled even if the app
// doesn't support lightweight themes.
Services.prefs.setBoolPref("lightweightThemes.update.enabled", true);
Components.utils.import("resource://gre/modules/LightweightThemeManager.jsm");