From: JustinMacCarthy Date: Thu, 15 Jul 2010 17:16:07 +0000 (+0800) Subject: added empty test for containment by array option X-Git-Tag: 1.8.3~38^2~28 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=05368115bb40b6123048e6b144b5a04ecde68d79;p=jquery-ui.git added empty test for containment by array option --- 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');