Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added missing end parenthesis
  • Loading branch information
Oskari Koskimies committed Apr 8, 2011
commit 01ad89c623657b479c46b4bd07eabdc4433c61c3
1 change: 1 addition & 0 deletions tests/unit/navigation/navigation_core.js
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@
same(window.location.hash.replace(/^#/, ""), "", "hash should be empty (not id value)");
start();
}], 1000);
});

asyncTest( "Page links to the current active page result in the same active page", function(){
$.testHelper.openPage("#self-link");
Expand Down