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);