diff --git a/browser/components/shell/test/browser_633221.js b/browser/components/shell/test/browser_633221.js index 7bb465f4147..840394dea91 100644 --- a/browser/components/shell/test/browser_633221.js +++ b/browser/components/shell/test/browser_633221.js @@ -10,5 +10,6 @@ function test() { getService(Ci.nsIShellService); shell.setDefaultBrowser(true, false); - ok(shell.isDefaultBrowser(true), "we got here and are the default browser"); + ok(shell.isDefaultBrowser(true, false), "we got here and are the default browser"); + ok(shell.isDefaultBrowser(true, true), "we got here and are the default browser"); }