test description change

This commit is contained in:
scottjehl 2011-03-09 22:41:03 -05:00
parent 6418772901
commit 50655de35c

View file

@ -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$/);
});