Updating row/col sizes in tests (see #639)
This commit is contained in:
@@ -136,8 +136,8 @@
|
||||
layer = new OpenLayers.Layer.WMS(name, url, params, {buffer:2});
|
||||
map.addLayer(layer);
|
||||
map.setCenter(new OpenLayers.LonLat(0,0),5);
|
||||
t.eq( layer.grid.length, 7, "Grid rows is correct." );
|
||||
t.eq( layer.grid[0].length, 6, "Grid cols is correct." );
|
||||
t.eq( layer.grid.length, 8, "Grid rows is correct." );
|
||||
t.eq( layer.grid[0].length, 7, "Grid cols is correct." );
|
||||
map.destroy();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user