aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/sortable
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-02-03 02:53:34 +0000
committerRichard Worth <rdworth@gmail.com>2009-02-03 02:53:34 +0000
commit1c2f51f571b742d33501d5472ca505a00edd2168 (patch)
tree336e83fa381ba516438b2e9f06cce305cf5598b5 /tests/unit/sortable
parente1292ce71d4e23359da8840e4d664456c9040d93 (diff)
downloadjquery-ui-1c2f51f571b742d33501d5472ca505a00edd2168.tar.gz
jquery-ui-1c2f51f571b742d33501d5472ca505a00edd2168.zip
sortable unit tests: stubbed out missing tests
Diffstat (limited to 'tests/unit/sortable')
-rw-r--r--tests/unit/sortable/sortable_core.js4
1 files changed, 0 insertions, 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);