Bug 520165 followup - take the magic number out of the test_autocomplete.js change

This commit is contained in:
Phil Ringnalda 2010-01-23 16:57:59 -08:00
Родитель fd937563cb
Коммит 9e961c297f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -61,7 +61,7 @@ function getFormExpiryDays () {
if (prefs.prefHasUserValue("browser.formfill.expire_days"))
return prefs.getIntPref("browser.formfill.expire_days");
else
return 180;
return DEFAULT_EXPIRE_DAYS;
}
function run_test() {