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,