fix build bustage

This commit is contained in:
Dão Gottwald 2009-03-14 19:03:06 +01:00
parent b65fa25bf6
commit ac0d4e21b2
2 changed files with 5 additions and 2 deletions

View File

@ -47,8 +47,7 @@ XPCSHELL_TESTS = unit
include $(topsrcdir)/config/rules.mk
# browser_420786.js is disabled, see bug 483382.
_BROWSER_TEST_FILES = \
_BROWSER_TEST_FILES = browser_420786.js \
$(NULL)
libs:: $(_BROWSER_TEST_FILES)

View File

@ -80,6 +80,10 @@ function onPageLoad() {
}
function test() {
// XXX test disabled, see bug 483382.
finish();
return;
var osString = Cc["@mozilla.org/xre/app-info;1"].
getService(Ci.nsIXULRuntime).OS;