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:
euzuro
2006-06-05 15:36:59 +00:00
parent a4d0badaeb
commit c7ea21480d
2 changed files with 2 additions and 0 deletions

View File

@@ -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";