From fa5499beedcbde06a028c2232731e508f7a725b3 Mon Sep 17 00:00:00 2001 From: euzuro Date: Sat, 4 Oct 2008 12:58:40 +0000 Subject: [PATCH] correct the function name git-svn-id: http://svn.openlayers.org/trunk/openlayers@8088 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Icon.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Icon.html b/tests/Icon.html index 17db2ad9a2..4de0757921 100644 --- a/tests/Icon.html +++ b/tests/Icon.html @@ -24,7 +24,7 @@ t.eq( cloned.url, "b", "cloned.url does change when edited" ); } - function test_Marker_setOpacity(t) { + function test_Icon_setOpacity(t) { t.plan( 2 ); icon = new OpenLayers.Icon("a",new OpenLayers.Size(5,6));