From 92fe5e922538942427045d055ddf2607e9122ea8 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 17 Mar 2010 13:16:40 +0000 Subject: Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is one word --- tests/static/button/default.html | 2 +- tests/unit/button/button_core.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/static/button/default.html b/tests/static/button/default.html index aa78b3466..a2c35a4ad 100644 --- a/tests/static/button/default.html +++ b/tests/static/button/default.html @@ -110,7 +110,7 @@

Button Sets

-
+
diff --git a/tests/unit/button/button_core.js b/tests/unit/button/button_core.js index 4569737a4..5b30aa860 100644 --- a/tests/unit/button/button_core.js +++ b/tests/unit/button/button_core.js @@ -59,7 +59,7 @@ test("input type submit, don't create child elements", function() { test("buttonset", function() { var set = $("#radio1").buttonset(); - ok( set.is(".ui-button-set") ); + ok( set.is(".ui-buttonset") ); same( set.children(".ui-button").length, 3 ); same( set.children("input:radio.ui-helper-hidden-accessible").length, 3 ); ok( set.children("label:eq(0)").is(".ui-button.ui-corner-left:not(.ui-corner-all)") ); -- cgit v1.2.3