From 970cabe0eb441270ca3af44e495a5fee997ab54c Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Tue, 10 Dec 2019 17:10:48 +0200 Subject: [build] Reorganize the render tests Move everything that might collect metrics to the metrics/ directory, the only test manifests inside the render-test/ directory are the unit tests of the probes. --- .../tests/file-size/fail-size-is-under/style.json | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 render-test/tests/file-size/fail-size-is-under/style.json (limited to 'render-test/tests/file-size/fail-size-is-under/style.json') diff --git a/render-test/tests/file-size/fail-size-is-under/style.json b/render-test/tests/file-size/fail-size-is-under/style.json deleted file mode 100644 index 839a8d4a12..0000000000 --- a/render-test/tests/file-size/fail-size-is-under/style.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "version": 8, - "metadata": { - "test": { - "operations": [ - ["probeFileSize", "style", "style.json", 0], - ["probeFileSize", "image", "expected.png", 0] - ], - "width": 64, - "height": 64 - } - }, - "sources": { - "geojson": { - "type": "geojson", - "data": { - "type": "Point", - "coordinates": [ - 0, - 0 - ] - } - } - }, - "layers": [ - { - "id": "circle", - "type": "circle", - "source": "geojson" - } - ] -} -- cgit v1.2.1