Bug 791019 - Test update due to Win8 changes for default browser. r=felipe

This commit is contained in:
Brian R. Bondy 2012-09-21 10:05:24 -04:00
parent 75ca80c251
commit 60dfd57e36

View File

@ -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");
}