From 13c550557278ad25c4da977c4ed03a1c89f81216 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Sun, 22 Dec 2019 21:39:52 +0200 Subject: [metrics] Use the cache database instead of file paths for fixtures Now that we use a cache, we no longer need "asset_path" and "vendor_path". --- render-test/android/app/src/main/assets/to_zip.txt | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'render-test') diff --git a/render-test/android/app/src/main/assets/to_zip.txt b/render-test/android/app/src/main/assets/to_zip.txt index 13f3567233..3f1dce02a5 100644 --- a/render-test/android/app/src/main/assets/to_zip.txt +++ b/render-test/android/app/src/main/assets/to_zip.txt @@ -1,20 +1,10 @@ -mapbox-gl-js/test/integration/data/ -mapbox-gl-js/test/integration/video/ -mapbox-gl-js/test/integration/tilesets/ -mapbox-gl-js/test/integration/tiles/ -mapbox-gl-js/test/integration/styles/ mapbox-gl-js/test/integration/render-tests/ mapbox-gl-js/test/integration/query-tests/ -mapbox-gl-js/test/integration/image/ -mapbox-gl-js/test/integration/glyphs/ -mapbox-gl-js/test/integration/geojson/ -mapbox-gl-js/test/integration/sprites/ -vendor/mapbox-gl-styles/styles/ -vendor/mapbox-gl-styles/sprites/ -vendor/mvt-fixtures/real-world/ metrics/expectations/ metrics/ignores/ metrics/tests/ metrics/next-android-render-test-runner/ metrics/next-android-render-test-runner-metrics.json metrics/next-android-render-test-runner-style.json +metrics/cache-metrics.db +metrics/cache-style.db -- cgit v1.2.1