Bug 671576 - Cleanup temporary files from test_libPrefs.js. r=bsmedberg

This commit is contained in:
Mike Hommey 2011-07-21 09:57:07 +02:00
Родитель fdb86cf0bf
Коммит 2659637471
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -359,6 +359,8 @@ function run_test() {
// loading our former savePrefFile should allow us to read former prefs
ps.readUserPrefs(savePrefFile);
// cleanup the file now we don't need it
savePrefFile.remove(false);
do_check_eq(ps.getBoolPref("ReadPref.bool"), true);
do_check_eq(ps.getIntPref("ReadPref.int"), 230);
do_check_eq(ps.getCharPref("ReadPref.char"), "hello");