Skip to content

Commit c7b6392

Browse files
author
scottjehl
committed
fixed test failures that occured when the jquery-mobile directory is located in a subdirectory of the server root.
1 parent 8e354a0 commit c7b6392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/navigation/navigation_paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
function(){
1010
// reset before each test, all tests expect original page
1111
// for relative urls
12-
$.testHelper.openPage("#/tests/unit/navigation/");
12+
$.testHelper.openPage( "#" + location.pathname);
1313
},
1414

1515
// open our test page

0 commit comments

Comments
 (0)