]> source.dussan.org Git - jquery-ui.git/commitdiff
Accordion test: Fixed an icon test.
authorScott González <scott.gonzalez@gmail.com>
Tue, 25 Jan 2011 02:00:39 +0000 (21:00 -0500)
committerScott González <scott.gonzalez@gmail.com>
Tue, 25 Jan 2011 02:00:39 +0000 (21:00 -0500)
tests/unit/accordion/accordion_options.js

index 1a7b9550da225f312cf7dde6b27ca5439d303575..8fcfdb17211c99e964d63f1184a2c2ba31e64183 100644 (file)
@@ -193,7 +193,7 @@ test( "{ icons: false }", function() {
                icons: false
        });
        icons( false );
-       list.accordion( "option", "icons", $.ui.accordion.prototype.options.icons );
+       list.accordion( "option", "icons", { header: "foo", activeHeader: "bar" } );
        icons( true );
        list.accordion( "option", "icons", false );
        icons( false );