From d6f1dedeb177931108ffef7ce5ab9b466ab06e0f Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 23 May 2006 19:06:17 +0000 Subject: [PATCH] fix tests for r294 git-svn-id: http://svn.openlayers.org/trunk/openlayers@295 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/test_Feature.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/test_Feature.html b/tests/test_Feature.html index 3c4454cfe9..c0e68fcac7 100644 --- a/tests/test_Feature.html +++ b/tests/test_Feature.html @@ -7,7 +7,8 @@ function test_01_Feature_constructor (t) { t.plan( 5 ); - feature = new OpenLayers.Feature(new OpenLayers.LonLat(2,1), + feature = new OpenLayers.Feature("myfeature", + new OpenLayers.LonLat(2,1), { iconURL:'http://boston.openguides.org/features/ORANGE.png', iconW: 12, @@ -22,7 +23,7 @@ function test_02_Feature_createMarker (t) { t.plan( 11 ); - feature = new OpenLayers.Feature(new OpenLayers.LonLat(2,1), + feature = new OpenLayers.Feature("myfeature", new OpenLayers.LonLat(2,1), { iconURL:'http://boston.openguides.org/features/ORANGE.png', iconW: 12,