altered innacurate test result message

This commit is contained in:
John Bender 2011-01-20 22:22:47 -08:00
parent ffafa78e62
commit b2817375f4

View file

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