accordion unit tests: fixed cap. of autoHeight

This commit is contained in:
Richard Worth 2009-01-30 03:00:38 +00:00
parent 2c1d4675a8
commit 633ceff190

View File

@ -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() );