From 923c262bb579b867dcc73b7119bc62fd91e4abd0 Mon Sep 17 00:00:00 2001 From: John Bender Date: Wed, 24 Nov 2010 02:11:44 +0800 Subject: [PATCH] fixed test description --- tests/unit/core/core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/core/core.js b/tests/unit/core/core.js index ab9972d2..20ac8c87 100644 --- a/tests/unit/core/core.js +++ b/tests/unit/core/core.js @@ -45,7 +45,7 @@ ok(!$("html").hasClass("ui-mobile")); }); - test( "enhancments are added when the browser is not grade A", function(){ + test( "enhancments are added when the browser is grade A", function(){ setGradeA(true); $.testHelper.reloadLib(libName); @@ -86,4 +86,4 @@ //TODO test the rest of the library after the $loader definition }); -})(jQuery); \ No newline at end of file +})(jQuery);