fix tests for r294

git-svn-id: http://svn.openlayers.org/trunk/openlayers@295 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-23 19:06:17 +00:00
parent 39e53685ce
commit d6f1dedeb1

View File

@@ -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,