From e6a2c4c7de03b528deb9423a2c1baab7a5ac7232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 10 Sep 2009 06:50:45 +0000 Subject: [PATCH] tests on GetFeature control fail, thanks fvanderbiest for the initial patch, non-functional change (closes #2261) git-svn-id: http://svn.openlayers.org/trunk/openlayers@9650 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Control/GetFeature.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Control/GetFeature.html b/tests/Control/GetFeature.html index 6951425ac6..be9803329f 100644 --- a/tests/Control/GetFeature.html +++ b/tests/Control/GetFeature.html @@ -29,7 +29,7 @@ read: function(obj) { obj.callback.call(obj.scope, { features: [feature1, feature2], - code: 1 + success: function() {return true;} }); } }), @@ -72,7 +72,7 @@ read: function(obj){ obj.callback.call(obj.scope, { features: [feature1, feature2], - code: 1 + success: function() {return true;} }); return response; },