[OpenLayers-Commits] r11618 -
sandbox/cmoullet/openlayers/tests/Layer
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Sat Mar 5 22:47:27 EST 2011
Author: cmoullet
Date: 2011-03-05 19:47:26 -0800 (Sat, 05 Mar 2011)
New Revision: 11618
Modified:
sandbox/cmoullet/openlayers/tests/Layer/Image.html
Log:
Fix synchronization error
Modified: sandbox/cmoullet/openlayers/tests/Layer/Image.html
===================================================================
--- sandbox/cmoullet/openlayers/tests/Layer/Image.html 2011-03-05 23:34:44 UTC (rev 11617)
+++ sandbox/cmoullet/openlayers/tests/Layer/Image.html 2011-03-06 03:47:26 UTC (rev 11618)
@@ -146,7 +146,7 @@
delay = true;
});
- t.delay_call(5,function() {
+ t.delay_call(0.4,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