Allow tests to be ignored by feature

This commit is contained in:
Tim Schaub
2016-03-02 13:20:37 -07:00
parent f6f22b155c
commit 1925e39b69
3 changed files with 24 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ var green = 'data:image/gif;base64,R0lGODlhAQABAPAAAAD/AP///yH5BAAAAAAALAAAA' +
var blue = 'data:image/gif;base64,R0lGODlhAQABAPAAAAAA/////yH5BAAAAAAALAAAAA' +
'ABAAEAAAICRAEAOw==';
describe('ol.source.Raster', function() {
where('Uint8ClampedArray').describe('ol.source.Raster', function() {
var target, map, redSource, greenSource, blueSource, raster;