From 50655de35c08336c4403a1a7827e44d599f98eba Mon Sep 17 00:00:00 2001 From: scottjehl Date: Wed, 9 Mar 2011 22:41:03 -0500 Subject: [PATCH] test description change --- tests/unit/navigation/navigation_core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/navigation/navigation_core.js b/tests/unit/navigation/navigation_core.js index 50c48ac9..1b82592a 100644 --- a/tests/unit/navigation/navigation_core.js +++ b/tests/unit/navigation/navigation_core.js @@ -213,7 +213,7 @@ stop(); }; - test( "when loading a page where data-jq-url is not defined on a sub element hash defaults to the url", function(){ + test( "when loading a page where data-url is not defined on a sub element hash defaults to the url", function(){ testDataUrlHash("#non-data-url a", /^#data-url-tests\/non-data-url.html$/); });