add bug # ref in comment for bug 496103's test

This commit is contained in:
Gavin Sharp 2009-06-04 03:40:11 -04:00
parent 3bb868dfca
commit 05aa784076

View File

@ -251,7 +251,7 @@ function test() {
var osString = Cc["@mozilla.org/xre/app-info;1"].
getService(Ci.nsIXULRuntime).OS;
// XXX This test fails on linux?
// XXX bug 496277: this test fails on linux for some reason
if (osString == "Linux") {
finish();
return;