correct the function name

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8088 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2008-10-04 12:58:40 +00:00
parent 6b6f207ae7
commit fa5499beed

View File

@@ -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));