[OpenLayers-Commits] r11495 -
sandbox/cmoullet/openlayers/tests/Layer
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Fri Feb 25 08:43:36 EST 2011
Author: cmoullet
Date: 2011-02-25 05:43:36 -0800 (Fri, 25 Feb 2011)
New Revision: 11495
Modified:
sandbox/cmoullet/openlayers/tests/Layer/Image.html
Log:
Make unit tests working for Layer/Image.html
Modified: sandbox/cmoullet/openlayers/tests/Layer/Image.html
===================================================================
--- sandbox/cmoullet/openlayers/tests/Layer/Image.html 2011-02-25 13:41:40 UTC (rev 11494)
+++ sandbox/cmoullet/openlayers/tests/Layer/Image.html 2011-02-25 13:43:36 UTC (rev 11495)
@@ -146,7 +146,7 @@
delay = true;
});
- t.delay_call(0.4,function() {
+ t.delay_call(3,function() {
t.eq(delay, true, "registered for loadend");
t.eq(layer.tile.isLoading, false, "loadend triggered after tile is loaded");
map.destroy(); //tear down
More information about the Commits
mailing list