second half of the test fix from yesterday that was required by the root page url default

This commit is contained in:
John Bender 2011-10-12 11:35:23 -07:00
parent 713c6a0342
commit 49325216ed

View file

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