From 8f1b84a8e1ade93d74af2bd61b53b460e0c241bb Mon Sep 17 00:00:00 2001 From: ahocevar Date: Fri, 29 Aug 2008 09:27:29 +0000 Subject: [PATCH] To test real-life conditions, we cannot just use a bogus function to deactivate the control. (closes #1710) git-svn-id: http://svn.openlayers.org/trunk/openlayers@7893 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Control/SelectFeature.html | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Control/SelectFeature.html b/tests/Control/SelectFeature.html index ee98345620..580327c6ea 100644 --- a/tests/Control/SelectFeature.html +++ b/tests/Control/SelectFeature.html @@ -186,6 +186,7 @@ control.handlers.feature.deactivate = function() { t.ok(true, "control.deactivate calls deactivate on feature handler"); + OpenLayers.Handler.Feature.prototype.deactivate.apply(this, arguments); } control.handlers.box.deactivate = function() { t.ok(true,