From 8ad7ad326affd2b3fa9eeb9c067a82ecd2dbbaf3 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Mon, 11 Jun 2012 19:22:05 +0200 Subject: [PATCH] Review comments from @bartvde. --- tests/Control/ZoomBox.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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