make the Layer/Image.html tests pass again

This commit is contained in:
Éric Lemoine
2011-12-31 00:19:44 +01:00
parent 5edd3d3f84
commit 6b918bc9ab

View File

@@ -128,7 +128,7 @@
function test_loadEvents(t) {
t.plan(3);
var map = new OpenLayers.Map('map');
var map = new OpenLayers.Map('map', {tileAnimation: false});
var layer = new OpenLayers.Layer.Image(
'Test', '../../img/blank.gif',
new OpenLayers.Bounds(-180, -88.759, 180, 88.759),