summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-03-02 15:36:13 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-03-05 17:43:37 +0200
commit9a0bc1b58b775209417582867c713b2015353a78 (patch)
tree1b4c5cc9074f2c260cdca4818bce2bfe9fde6fa2 /test/fixtures
parentdeca8186147299b72061c1f2e67c13da8f07e0a6 (diff)
downloadqtlocation-mapboxgl-9a0bc1b58b775209417582867c713b2015353a78.tar.gz
[core] Add snapshotter unit tests
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/map/map_snapshotter_overlay/expected.pngbin0 -> 5379 bytes
-rw-r--r--test/fixtures/map/online/style.json4
2 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/map/map_snapshotter_overlay/expected.png b/test/fixtures/map/map_snapshotter_overlay/expected.png
new file mode 100644
index 0000000000..cf45c80237
--- /dev/null
+++ b/test/fixtures/map/map_snapshotter_overlay/expected.png
Binary files differ
diff --git a/test/fixtures/map/online/style.json b/test/fixtures/map/online/style.json
index 9543c477aa..921023526c 100644
--- a/test/fixtures/map/online/style.json
+++ b/test/fixtures/map/online/style.json
@@ -12,7 +12,7 @@
"id": "background",
"type": "background",
"paint": {
- "background-color": "red"
+ "background-color": "green"
}
}, {
"id": "water",
@@ -20,7 +20,7 @@
"source": "mapbox",
"source-layer": "water",
"paint": {
- "fill-pattern": "noise",
+ "fill-pattern": "a",
"fill-antialias": false
}
}]