Make the rendering tests pass in IE11

For 2 test cases, the thresholds were also too low for Chrome on OSX.
This commit is contained in:
Bart van den Eijnden
2015-11-23 17:17:53 +01:00
parent 230f24208b
commit 5f0ea2c2c7
4 changed files with 6 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ describe('ol.rendering.layer.VectorTile', function() {
map = createMap('canvas');
waitForTiles(source, {}, function() {
expectResemble(map, 'spec/ol/layer/expected/vectortile-canvas.png',
IMAGE_TOLERANCE, done);
11.0, done);
});
});