diff options
Diffstat (limited to 'toolkit/mozapps/extensions/test/xpinstall/browser_signed_multiple.js')
-rw-r--r-- | toolkit/mozapps/extensions/test/xpinstall/browser_signed_multiple.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/mozapps/extensions/test/xpinstall/browser_signed_multiple.js b/toolkit/mozapps/extensions/test/xpinstall/browser_signed_multiple.js index 9dda1aaeb..e6efe5468 100644 --- a/toolkit/mozapps/extensions/test/xpinstall/browser_signed_multiple.js +++ b/toolkit/mozapps/extensions/test/xpinstall/browser_signed_multiple.js @@ -37,7 +37,7 @@ function confirm_install(window) { var bundle = sbs.createBundle("chrome://mozapps/locale/xpinstall/xpinstallConfirm.properties"); var expectedIntroString = bundle.formatStringFromName("itemWarnIntroMultiple", ["5"], 1); - + var introStringNode = window.document.getElementById("itemWarningIntro"); is(introStringNode.textContent, expectedIntroString, "Should have the correct intro string"); @@ -65,7 +65,7 @@ function install_ended(install, addon) { function finish_test(count) { is(count, 5, "5 Add-ons should have been successfully installed"); - Services.perms.remove(makeURI("http://example.com"), "install"); + Services.perms.remove("example.com", "install"); gBrowser.removeCurrentTab(); Harness.finish(); |