зеркало из https://github.com/mozilla/gecko-dev.git
Bug 671576 - Cleanup temporary files from test_libPrefs.js. r=bsmedberg
This commit is contained in:
Родитель
fdb86cf0bf
Коммит
2659637471
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче