Fixed tests following r770.

git-svn-id: http://svn.openlayers.org/branches/openlayers/1.0@772 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Schuyler Erle
2006-06-26 15:55:15 +00:00
parent d5f36de60f
commit 4934b386df

View File

@@ -28,7 +28,7 @@
}
function test_03_Control_PanZoom_control_events (t) {
t.plan( 7 );
var evt = new Object();
var evt = {which: 1}; // control expects left-click
map = new OpenLayers.Map('map');
control = new OpenLayers.Control.PanZoom();
map.addControl(control,