Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 7a7601a

Browse files
committed
Changing test to make sure it fails when code change is not there
1 parent fa76784 commit 7a7601a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/navigation/navigation_core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,11 +1313,11 @@
13131313
function(){
13141314
$.mobile.changePage( " external.html" );
13151315
},
1316-
13171316
function(){
1318-
ok( $.mobile.activePage.attr( "id" ), "external-test", "the correct page is loaded" );
1317+
ok( $.mobile.activePage.attr( "id" ) === "external-test", "the correct page is loaded" );
13191318
start();
13201319
}
1320+
13211321
]);
13221322
});
13231323

0 commit comments

Comments
 (0)