Minor test update

This commit is contained in:
Petr Sloup 2016-05-04 13:57:00 +02:00
parent 187da7bb58
commit 59cc66095f

View file

@ -39,6 +39,6 @@ describe('Raster tiles', function() {
testTile('test', 0, 0, 0, 'png', 404, 1);
testTile('test', 0, 0, 0, 'png', 404, 4);
testTile('hybrid', 0, 0, 0, 'png', 404);
//testTile('hybrid', 0, 0, 0, 'png', 404); //TODO: test this
});
});