Remove the MochiKit tests since they have moved to the new server

This commit is contained in:
sayrer%gmail.com 2007-01-26 18:43:55 +00:00
parent 72dca139bf
commit 646ef36184

View File

@ -108,18 +108,7 @@ RunSet.runall = function() {
'test_bug364413.xhtml',
'test_bug365773.xul',
'test_bug366645.xhtml',
'test_bug367164.html,
'test_MochiKit-Async.html',
'test_MochiKit-Base.html',
'test_MochiKit-DateTime.html',
'test_MochiKit-DOM.html',
'test_MochiKit-Style.html',
'test_MochiKit-Format.html',
'test_MochiKit-Iter.html',
'test_MochiKit-Logging.html',
'test_MochiKit-MochiKit.html',
'test_MochiKit-Color.html',
'test_MochiKit-Signal.html'
'test_bug367164.html'
);
};
RunSet.reloadAndRunAll = function() {