From b2817375f42ac964ec9b6143d69c7620c186b196 Mon Sep 17 00:00:00 2001 From: John Bender Date: Thu, 20 Jan 2011 22:22:47 -0800 Subject: [PATCH] altered innacurate test result message --- tests/unit/dialog/dialog_events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);