diff --git a/test/integration/render-tests/map-projections/albers-cylindrical/expected.png b/test/integration/render-tests/map-projections/albers/cylindrical/expected.png similarity index 100% rename from test/integration/render-tests/map-projections/albers-cylindrical/expected.png rename to test/integration/render-tests/map-projections/albers/cylindrical/expected.png diff --git a/test/integration/render-tests/map-projections/albers-cylindrical/style.json b/test/integration/render-tests/map-projections/albers/cylindrical/style.json similarity index 100% rename from test/integration/render-tests/map-projections/albers-cylindrical/style.json rename to test/integration/render-tests/map-projections/albers/cylindrical/style.json diff --git a/test/integration/render-tests/map-projections/albers/raster/style.json b/test/integration/render-tests/map-projections/albers/raster/style.json index ffe80ce3804..7d6eacc4ae9 100644 --- a/test/integration/render-tests/map-projections/albers/raster/style.json +++ b/test/integration/render-tests/map-projections/albers/raster/style.json @@ -4,6 +4,7 @@ "test": { "width": 512, "height": 512, + "allowed": 0.0005, "operations": [ ["setStyle", "local://mapbox-gl-styles/styles/satellite-v9.json"], ["wait"], diff --git a/test/integration/render-tests/map-projections/equal-earth/raster/style.json b/test/integration/render-tests/map-projections/equal-earth/raster/style.json index 05741c012b9..2ea70bd5cbd 100644 --- a/test/integration/render-tests/map-projections/equal-earth/raster/style.json +++ b/test/integration/render-tests/map-projections/equal-earth/raster/style.json @@ -4,6 +4,7 @@ "test": { "width": 512, "height": 512, + "allowed": 0.0005, "operations": [ ["setProjection", "albers"], ["setStyle", "local://mapbox-gl-styles/styles/satellite-v9.json"], diff --git a/test/integration/render-tests/map-projections/equirectangular/raster/style.json b/test/integration/render-tests/map-projections/equirectangular/raster/style.json index 346a6ec9460..dd45a2b0cfb 100644 --- a/test/integration/render-tests/map-projections/equirectangular/raster/style.json +++ b/test/integration/render-tests/map-projections/equirectangular/raster/style.json @@ -4,6 +4,7 @@ "test": { "width": 512, "height": 512, + "allowed": 0.0005, "operations": [ ["setStyle", "local://mapbox-gl-styles/styles/satellite-v9.json"], ["wait"], diff --git a/test/integration/render-tests/map-projections/lambert-cylindrical/expected.png b/test/integration/render-tests/map-projections/lambert/cylindrical/expected.png similarity index 100% rename from test/integration/render-tests/map-projections/lambert-cylindrical/expected.png rename to test/integration/render-tests/map-projections/lambert/cylindrical/expected.png diff --git a/test/integration/render-tests/map-projections/lambert-cylindrical/style.json b/test/integration/render-tests/map-projections/lambert/cylindrical/style.json similarity index 100% rename from test/integration/render-tests/map-projections/lambert-cylindrical/style.json rename to test/integration/render-tests/map-projections/lambert/cylindrical/style.json diff --git a/test/integration/render-tests/map-projections/lambert/raster/style.json b/test/integration/render-tests/map-projections/lambert/raster/style.json index 24ee1dd24d5..960b0f020aa 100644 --- a/test/integration/render-tests/map-projections/lambert/raster/style.json +++ b/test/integration/render-tests/map-projections/lambert/raster/style.json @@ -4,6 +4,7 @@ "test": { "width": 512, "height": 512, + "allowed": 0.0005, "operations": [ ["setStyle", "local://mapbox-gl-styles/styles/satellite-v9.json"], ["wait"], diff --git a/test/integration/render-tests/map-projections/natural-earth/raster/style.json b/test/integration/render-tests/map-projections/natural-earth/raster/style.json index 236c4a5f59a..08b0035bd5a 100644 --- a/test/integration/render-tests/map-projections/natural-earth/raster/style.json +++ b/test/integration/render-tests/map-projections/natural-earth/raster/style.json @@ -4,6 +4,7 @@ "test": { "width": 512, "height": 512, + "allowed": 0.0005, "operations": [ ["setStyle", "local://mapbox-gl-styles/styles/satellite-v9.json"], ["wait"], diff --git a/test/integration/render-tests/map-projections/winkel-tripel/raster/style.json b/test/integration/render-tests/map-projections/winkel-tripel/raster/style.json index e049e2a7f6a..3b2ed18a8aa 100644 --- a/test/integration/render-tests/map-projections/winkel-tripel/raster/style.json +++ b/test/integration/render-tests/map-projections/winkel-tripel/raster/style.json @@ -4,6 +4,7 @@ "test": { "width": 512, "height": 512, + "allowed": 0.0005, "operations": [ ["setStyle", "local://mapbox-gl-styles/styles/satellite-v9.json"], ["wait"], diff --git a/test/integration/render-tests/video/projected/style.json b/test/integration/render-tests/video/projected/style.json index 00813ecd899..0e01f7a1b55 100644 --- a/test/integration/render-tests/video/projected/style.json +++ b/test/integration/render-tests/video/projected/style.json @@ -4,6 +4,7 @@ "test": { "width": 512, "height": 512, + "allowed": 0.0005, "operations": [ ["setProjection", "albers"], ["wait"]