summaryrefslogtreecommitdiff
path: root/metrics/tests
diff options
context:
space:
mode:
Diffstat (limited to 'metrics/tests')
-rw-r--r--metrics/tests/probes/file-size/fail-file-not-found/expected.pngbin169 -> 0 bytes
-rw-r--r--metrics/tests/probes/file-size/fail-file-not-found/style.json32
2 files changed, 0 insertions, 32 deletions
diff --git a/metrics/tests/probes/file-size/fail-file-not-found/expected.png b/metrics/tests/probes/file-size/fail-file-not-found/expected.png
deleted file mode 100644
index 83d01c4e5d..0000000000
--- a/metrics/tests/probes/file-size/fail-file-not-found/expected.png
+++ /dev/null
Binary files differ
diff --git a/metrics/tests/probes/file-size/fail-file-not-found/style.json b/metrics/tests/probes/file-size/fail-file-not-found/style.json
deleted file mode 100644
index 74054e1f40..0000000000
--- a/metrics/tests/probes/file-size/fail-file-not-found/style.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "version": 8,
- "metadata": {
- "test": {
- "operations": [
- ["probeFileSize", "style", "style.aaaa", 0],
- ["probeFileSize", "image", "expected.bbb", 0]
- ],
- "width": 64,
- "height": 64
- }
- },
- "sources": {
- "geojson": {
- "type": "geojson",
- "data": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
- ]
- }
- }
- },
- "layers": [
- {
- "id": "circle",
- "type": "circle",
- "source": "geojson"
- }
- ]
-}