missed a name change in the unit test

This commit is contained in:
scottjehl 2011-02-01 00:52:31 -05:00
parent da1c615c8a
commit e00f007792

View file

@ -61,7 +61,7 @@
});
test( "path.makeAbsolute is working properly", function(){
$.mobile.urlHistory.listeningEnabled = false;
$.mobile.urlHistory.ignoreNextHashChange = false;
$.mobile.path.set("bar/");
same( $.mobile.path.makeAbsolute("test.html"), "bar/test.html", "prefixes path with absolute base path from hash");
location.hash = "";