From 6fb68568bea4fcaf0caff77363819b3d7c732cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 3 Aug 2011 21:43:52 -0400 Subject: [PATCH] Tests: Cleanup. --- tests/unit/accordion/accordion.html | 6 +- .../unit/accordion/accordion_deprecated.html | 6 +- tests/unit/autocomplete/autocomplete.html | 2 +- tests/unit/button/button_tickets.js | 10 +- tests/unit/core/core.html | 40 +++--- tests/unit/core/selector.js | 30 ++-- tests/unit/dialog/dialog_core.js | 4 +- tests/unit/dialog/dialog_options.js | 4 +- tests/unit/index.html | 129 +++++++++++------- tests/unit/menu/menu_events.js | 2 +- 10 files changed, 130 insertions(+), 103 deletions(-) diff --git a/tests/unit/accordion/accordion.html b/tests/unit/accordion/accordion.html index 5bc31a926..b3c3b59ac 100644 --- a/tests/unit/accordion/accordion.html +++ b/tests/unit/accordion/accordion.html @@ -50,9 +50,9 @@

You've seen it coming! -
+
Buy now and get nothing for free! -
+
Well, at least no free beer. Perhaps a bear, if you can afford it.

@@ -60,7 +60,7 @@

your bear, you have to admit it! -
+
No, we aren't selling bears.

diff --git a/tests/unit/accordion/accordion_deprecated.html b/tests/unit/accordion/accordion_deprecated.html index a2b0493b6..3a7ad86f2 100644 --- a/tests/unit/accordion/accordion_deprecated.html +++ b/tests/unit/accordion/accordion_deprecated.html @@ -48,9 +48,9 @@

You've seen it coming! -
+
Buy now and get nothing for free! -
+
Well, at least no free beer. Perhaps a bear, if you can afford it.

@@ -58,7 +58,7 @@

your bear, you have to admit it! -
+
No, we aren't selling bears.

diff --git a/tests/unit/autocomplete/autocomplete.html b/tests/unit/autocomplete/autocomplete.html index 39e88fdd5..8dc86c621 100644 --- a/tests/unit/autocomplete/autocomplete.html +++ b/tests/unit/autocomplete/autocomplete.html @@ -37,7 +37,7 @@

-
+
diff --git a/tests/unit/button/button_tickets.js b/tests/unit/button/button_tickets.js index 9a7ccae43..2912b06a3 100644 --- a/tests/unit/button/button_tickets.js +++ b/tests/unit/button/button_tickets.js @@ -29,23 +29,23 @@ test( "#6711 Checkbox/Radiobutton do not Show Focused State when using Keyboard }); test( "#7092 - button creation that requires a matching label does not find label in all cases", function() { - var group = $( "" ); + var group = $( "" ); group.find( "input:checkbox" ).button(); ok( group.find( "label" ).is( ".ui-button" ) ); - group = $( "