Tile.test.js - remove test that sets a src on the image
This commit is contained in:
@@ -11,14 +11,4 @@ describe("ol.Tile", function() {
|
||||
});
|
||||
});
|
||||
|
||||
describe("setting a source", function() {
|
||||
var tile;
|
||||
beforeEach(function() {
|
||||
tile = new ol.Tile();
|
||||
});
|
||||
it("sets the image source", function() {
|
||||
tile.setImgSrc("http://foo/img");
|
||||
expect(tile.getImg().src).toEqual("http://foo/img");
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user