Don't register appinfo twice in test_bug497578, required by XPCOM registration changes in bug 568691.

This commit is contained in:
Benjamin Smedberg 2010-06-28 14:47:39 -04:00
Родитель 47235edc30
Коммит e7cb2db7f5
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -67,8 +67,6 @@ function run_test() {
Services.prefs.setBoolPref(PREF_APP_UPDATE_ENABLED, true);
Services.prefs.setBoolPref("browser.privatebrowsing.autostart", true);
createAppInfo("xpcshell@tests.mozilla.org", "XPCShell", "1.0", "2.0");
setDefaultPrefs();
do_timeout(0, run_test_pt1);
}