Bug 993326 - Don't directly set the dom.mozApps.auto_confirm_install preference in test_operator_app_install. r=fabrice

This commit is contained in:
Marco Castelluccio 2014-04-17 16:43:04 -04:00
Родитель eda095ac69
Коммит d074d06438
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -141,7 +141,6 @@ function go() {
}
function finish() {
SpecialPowers.setBoolPref('dom.mozApps.auto_confirm_install', false);
SimpleTest.finish();
}