From 1c2f51f571b742d33501d5472ca505a00edd2168 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Tue, 3 Feb 2009 02:53:34 +0000 Subject: [PATCH] sortable unit tests: stubbed out missing tests --- tests/unit/sortable/sortable_core.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/unit/sortable/sortable_core.js b/tests/unit/sortable/sortable_core.js index 850678928..ecc120398 100644 --- a/tests/unit/sortable/sortable_core.js +++ b/tests/unit/sortable/sortable_core.js @@ -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); -- 2.39.5