diff options
Diffstat (limited to 'tests/unit/sortable')
-rw-r--r-- | tests/unit/sortable/sortable_defaults.js | 1 | ||||
-rw-r--r-- | tests/unit/sortable/sortable_options.js | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/tests/unit/sortable/sortable_defaults.js b/tests/unit/sortable/sortable_defaults.js index fd7c723d2..7681addad 100644 --- a/tests/unit/sortable/sortable_defaults.js +++ b/tests/unit/sortable/sortable_defaults.js @@ -3,7 +3,6 @@ */ var sortable_defaults = { - accurateIntersection: true, appendTo: "parent", axis: false, cancel: ":input,option", diff --git a/tests/unit/sortable/sortable_options.js b/tests/unit/sortable/sortable_options.js index 80e7fa3f2..507d5dcfa 100644 --- a/tests/unit/sortable/sortable_options.js +++ b/tests/unit/sortable/sortable_options.js @@ -5,14 +5,6 @@ module("sortable: options"); -test("{ accurateIntersection: true }, default", function() { - ok(false, "missing test - untested code is broken code."); -}); - -test("{ accurateIntersection: false }", function() { - ok(false, "missing test - untested code is broken code."); -}); - test("{ appendTo: 'parent' }, default", function() { ok(false, "missing test - untested code is broken code."); }); |