From 633ceff19057f09973b10ca850c2a8b3a5bdc6dd Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Fri, 30 Jan 2009 03:00:38 +0000 Subject: [PATCH] accordion unit tests: fixed cap. of autoHeight --- tests/unit/accordion/accordion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/accordion/accordion.js b/tests/unit/accordion/accordion.js index e39469827..44f89100d 100644 --- a/tests/unit/accordion/accordion.js +++ b/tests/unit/accordion/accordion.js @@ -22,7 +22,7 @@ test("basics", function() { state($('#list1').accordion(), 1, 0, 0); }); -test("autoheight", function() { +test("autoHeight", function() { $('#navigation').accordion({ autoHeight: false }); equals( 90, $('#navigation div:first').height() ); equals( 126, $('#navigation div:eq(1)').height() );