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

Correctly store data-url and correctly select for it #7474

Closed
wants to merge 17 commits into from
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
Path: No longer test for correct stripping of subPageUrlKey
  • Loading branch information
Gabriel Schulhof committed Aug 23, 2014
commit 54b5fb8177121b4a765e786a1e65612505eab09e
4 changes: 0 additions & 4 deletions tests/unit/path/path_core.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
ok($.mobile.path.isPath('/'), "anything with a slash is a path");
});

test( "path.getFilePath method is working properly", function(){
deepEqual($.mobile.path.getFilePath("foo.html" + "&" + $.mobile.subPageUrlKey ), "foo.html", "returns path without sub page key");
});

test( "path.set method is working properly", function(){
$.mobile.navigate.history.ignoreNextHashChange = false;
$.mobile.path.set("foo");
Expand Down