diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-03 02:53:34 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-03 02:53:34 +0000 |
commit | 1c2f51f571b742d33501d5472ca505a00edd2168 (patch) | |
tree | 336e83fa381ba516438b2e9f06cce305cf5598b5 /tests/unit/sortable | |
parent | e1292ce71d4e23359da8840e4d664456c9040d93 (diff) | |
download | jquery-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.js | 4 |
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); |