diff --git a/tests/Control/ZoomBox.html b/tests/Control/ZoomBox.html index 9ee3fde886..2e037192e5 100644 --- a/tests/Control/ZoomBox.html +++ b/tests/Control/ZoomBox.html @@ -40,12 +40,13 @@ control.zoomBox(new OpenLayers.Bounds(128, 64, 256, 128)); t.eq(map.getCenter().toShortString(), "-45, 22.5", "centered to box center"); t.eq(map.getZoom(), 3, "zoomed to box extent"); + + map.destroy(); }
-
in
out