]> source.dussan.org Git - jquery-ui.git/commitdiff
sortable unit tests: stubbed out missing tests
authorRichard Worth <rdworth@gmail.com>
Tue, 3 Feb 2009 02:53:34 +0000 (02:53 +0000)
committerRichard Worth <rdworth@gmail.com>
Tue, 3 Feb 2009 02:53:34 +0000 (02:53 +0000)
tests/unit/sortable/sortable_core.js

index 850678928ce22f52dbbc730975653c0feb30932b..ecc12039815278b65798e55e7b4ba5972f4567e8 100644 (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);