diff options
author | Felix Nagel <info@felixnagel.com> | 2013-04-29 21:08:20 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-04-29 21:08:20 +0200 |
commit | d66528b3db1cdc873456740ae559e1c6c02f23d1 (patch) | |
tree | 163b1b84713006c2cfacdbaa9e2c5ee091595dd9 | |
parent | 0d7b25d94696f28e848c75555b1a352b67fa22de (diff) | |
download | jquery-ui-d66528b3db1cdc873456740ae559e1c6c02f23d1.tar.gz jquery-ui-d66528b3db1cdc873456740ae559e1c6c02f23d1.zip |
Selectmenu Test: rename widget method test
-rw-r--r-- | tests/unit/selectmenu/selectmenu_methods.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/selectmenu/selectmenu_methods.js b/tests/unit/selectmenu/selectmenu_methods.js index b7e717bbc..96efa9a6a 100644 --- a/tests/unit/selectmenu/selectmenu_methods.js +++ b/tests/unit/selectmenu/selectmenu_methods.js @@ -144,7 +144,7 @@ test( "refresh - disabled optgroup", function () { } }); -test( "widget", function() { +test( "widget and menuWidget", function() { expect( 4 ); var element = $( "#speed" ).selectmenu(), button = element.selectmenu( "widget" ), |