add some logging to reftest

This commit is contained in:
Robert Sayre 2010-07-12 22:05:25 -07:00
parent 5c8f0b4077
commit fd700087bc

View File

@ -365,6 +365,9 @@ function BuildConditionSandbox(aURL) {
getIntPref: function(p) { return this._prefs.getIntPref(p); }
}
dump("REFTEST INFO | Dumping JSON representation of sandbox \n");
dump("REFTEST INFO | " + JSON.stringify(sandbox) + " \n");
return sandbox;
}