diff --git a/tests/unit/dialog/dialog_events.js b/tests/unit/dialog/dialog_events.js index 1915d17e..d7db98c8 100644 --- a/tests/unit/dialog/dialog_events.js +++ b/tests/unit/dialog/dialog_events.js @@ -34,6 +34,6 @@ test( "non external links set the active page", function(){ $.mobile.activePage = testValue; $("a#internal-link").click(); - ok( $.mobile.activePage !== testValue, "mobile active page remains untouched"); + ok( $.mobile.activePage !== testValue, "mobile is altered"); }); })(jQuery);