diff --git a/tests/test_Control_PanZoom.html b/tests/test_Control_PanZoom.html index 8bc636e7c3..16ff093871 100644 --- a/tests/test_Control_PanZoom.html +++ b/tests/test_Control_PanZoom.html @@ -35,7 +35,6 @@ new OpenLayers.Pixel(20,20)); map.setCenter(new OpenLayers.LonLat(0,0), 0); var res = map.getResolution(); - alert(res) control.buttons[0].onmousedown(evt); t.eq( map.getCenter().lat, res*50, "Pan up works correctly" ); control.buttons[1].onmousedown(evt);