From 05368115bb40b6123048e6b144b5a04ecde68d79 Mon Sep 17 00:00:00 2001 From: JustinMacCarthy Date: Fri, 16 Jul 2010 01:16:07 +0800 Subject: [PATCH] added empty test for containment by array option --- tests/unit/draggable/draggable_options.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/unit/draggable/draggable_options.js b/tests/unit/draggable/draggable_options.js index 78f6c563e..8ba77fb93 100644 --- a/tests/unit/draggable/draggable_options.js +++ b/tests/unit/draggable/draggable_options.js @@ -202,6 +202,10 @@ test("{ containment: Selector }", function() { ok(false, 'missing test - untested code is broken code'); }); +test("{ containment: [x1, y1, x2, y2] }", function() { + ok(false, 'missing test - untested code is broken code'); +}); + test("{ cursor: 'auto' }, default", function() { equals(draggable_defaults.cursor, 'auto'); -- 2.39.5