Bug 712754 - Call do_get_profile. r=mak.

This commit is contained in:
Rafael Ávila de Espíndola 2011-12-28 08:46:04 -05:00
Родитель e0ec0e7a7d
Коммит dfbdcf53f0
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -91,6 +91,9 @@ function run_test()
return;
}
// Needed to properly setup and shutdown the profile.
do_get_profile();
Services.prefs.setBoolPref("places.history.enabled", true);
for (var i = 0; i < tests.length; i++)