This commit is contained in:
Marc Jansen
2012-06-20 15:42:43 +02:00
4 changed files with 18 additions and 15 deletions
+1 -2
View File
@@ -64,7 +64,6 @@ describe('ol.layer.XYZ', function() {
});
});
/*
describe('extent -64,-64,64,64, resolution 0.5', function() {
it('returns the expected data', function() {
@@ -94,6 +93,6 @@ describe('ol.layer.XYZ', function() {
expect(tile.getImg()).toBeDefined();
});
});
*/
});
});