diff options
Diffstat (limited to 'toolkit/mozapps/extensions/test/xpcshell/test_backgroundupdate.js')
-rw-r--r-- | toolkit/mozapps/extensions/test/xpcshell/test_backgroundupdate.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/toolkit/mozapps/extensions/test/xpcshell/test_backgroundupdate.js b/toolkit/mozapps/extensions/test/xpcshell/test_backgroundupdate.js index 3890b76e1..d69c33e33 100644 --- a/toolkit/mozapps/extensions/test/xpcshell/test_backgroundupdate.js +++ b/toolkit/mozapps/extensions/test/xpcshell/test_backgroundupdate.js @@ -92,10 +92,6 @@ function run_test_2() { "http://localhost:" + gPort +"/data/test_backgroundupdate.rdf"); restartManager(); - // Do hotfix checks - Services.prefs.setCharPref("extensions.hotfix.id", "hotfix@tests.mozilla.org"); - Services.prefs.setCharPref("extensions.hotfix.url", "http://localhost:" + gPort + "/missing.rdf"); - let installCount = 0; let completeCount = 0; let sawCompleteNotification = false; |