correctly identify getParameterString as a Util function
git-svn-id: http://svn.openlayers.org/trunk/openlayers@149 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
t.plan( 1 );
|
||||
|
||||
var div =
|
||||
t.eq( OpenLayers.getParameterString(params), "foo=bar&chicken=1.5", "getParameterString returns correctly");
|
||||
t.eq( OpenLayers.Util.getParameterString(params), "foo=bar&chicken=1.5", "getParameterString returns correctly");
|
||||
}
|
||||
|
||||
function test_01_Util_createImage(t) {
|
||||
@@ -45,7 +45,7 @@
|
||||
chicken: 1.5
|
||||
}
|
||||
|
||||
t.eq( OpenLayers.getParameterString(params), "foo=bar&chicken=1.5", "getParameterString returns correctly");
|
||||
t.eq( OpenLayers.Util.getParameterString(params), "foo=bar&chicken=1.5", "getParameterString returns correctly");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user