From 49325216edb91c989450f17fecbfef89677b4973 Mon Sep 17 00:00:00 2001 From: John Bender Date: Wed, 12 Oct 2011 11:35:23 -0700 Subject: [PATCH] second half of the test fix from yesterday that was required by the root page url default --- tests/unit/navigation/navigation_base.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/unit/navigation/navigation_base.js b/tests/unit/navigation/navigation_base.js index 454973aa..3b7f2b9c 100644 --- a/tests/unit/navigation/navigation_base.js +++ b/tests/unit/navigation/navigation_base.js @@ -86,8 +86,7 @@ // the hash based nav result (hash:) is dictate by the fact that #internal-page-1 // is the original root page element $.testHelper.assertUrlLocation({ - push: location.pathname + "#internal-page-1", - hash: location.pathname + location.search, + hashOrPush: location.pathname + location.search, report: "navigate from a page in a non-base directory to an internal page" });