sortable unit tests: stubbed out missing tests

This commit is contained in:
Richard Worth 2009-02-03 02:53:34 +00:00
parent e1292ce71d
commit 1c2f51f571

View File

@ -26,8 +26,4 @@ var margin = function(el, side) { return parseInt(el.css('margin-' + side)); }
module("sortable: core");
test("testname", function() {
ok(false, "missing test - untested code is broken code.");
});
})(jQuery);