fix tests to comply with new tile-appends-itself paradigm
git-svn-id: http://svn.openlayers.org/trunk/openlayers@512 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
t.plan( 4 );
|
||||
|
||||
var layer = new Object(); //bogus layer
|
||||
layer.div = document.createElement("div");
|
||||
var position = new OpenLayers.Pixel(20,30);
|
||||
var bounds = new OpenLayers.Bounds(1,2,3,4);
|
||||
var url = "http://www.openlayers.org/dev/tests/tileimage";
|
||||
|
||||
Reference in New Issue
Block a user