From ad6b4624b0d401568556eb7a8494e5321c43b75f Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Mon, 12 Apr 2010 16:12:05 +0200 Subject: Accordion unit tests: Cleaned and fixed resize-method test, using #navigation avoids the :visible matching display:none issue in IE8 --- tests/unit/accordion/accordion_methods.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'tests/unit') diff --git a/tests/unit/accordion/accordion_methods.js b/tests/unit/accordion/accordion_methods.js index 894d1f30c..f2ed8dadf 100644 --- a/tests/unit/accordion/accordion_methods.js +++ b/tests/unit/accordion/accordion_methods.js @@ -114,7 +114,7 @@ test("activate, jQuery or DOM element", function() { }); test("resize", function() { - var expected = $('#list1').parent().height(300).end().accordion({ + var expected = $('#navigation').parent().height(300).end().accordion({ fillSpace: true }); @@ -122,14 +122,6 @@ test("resize", function() { expected.find(".ui-accordion-content").each(function() { sizes.push($(this).outerHeight()); }); - - var actual = expected.accordion('resize'); - equals(actual, expected, 'resize is chainable'); - - var sizes2 = []; - expected.find(".ui-accordion-content").each(function() { - sizes2.push($(this).outerHeight()); - }); same(sizes, [246, 246, 246]); expected.parent().height(500); -- cgit v1.2.3