Bug 486256 - Mochitest test_Scriptaculous.html (all but 2) results fail to be actually logged. r=sayrer

This commit is contained in:
Ms2ger 2010-04-26 21:04:27 +02:00
parent 161443de41
commit b2855bf44c

View File

@ -127,6 +127,10 @@ new Test.Unit.Runner({
}
});
/* This test was disabled in bug 486256, because we don't support having two
* Runners in one file.
*/
/*
new Test.Unit.Runner({
testDummy: function() {
this.assert(true);
@ -135,4 +139,5 @@ new Test.Unit.Runner({
testMultipleTestRunner: function() {
this.assertEqual('passed', $('testlog_2').down('td', 1).innerHTML);
}
}, {testLog: 'testlog_2'});
}, {testLog: 'testlog_2'});
*/