From 80c8d9f5d158727a34076f4138ae18e5181bfe14 Mon Sep 17 00:00:00 2001 From: Lauren Budorick Date: Tue, 22 Aug 2017 17:04:22 -0700 Subject: [PATCH] Rm non-sdf image tests --- .../image-add-nonsdf/expected.png | Bin 510 -> 0 bytes .../image-add-nonsdf/style.json | 44 ------------------ 2 files changed, 44 deletions(-) delete mode 100644 test/integration/render-tests/runtime-styling/image-add-nonsdf/expected.png delete mode 100644 test/integration/render-tests/runtime-styling/image-add-nonsdf/style.json diff --git a/test/integration/render-tests/runtime-styling/image-add-nonsdf/expected.png b/test/integration/render-tests/runtime-styling/image-add-nonsdf/expected.png deleted file mode 100644 index 8145cf2f10c4d08c5c7a1a31344bf85c4ac4fa60..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 510 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Or9=|Ar*{or0Om)FfeWh@!lRh zJ871KNW;b3OP;Dfo*;1K$G?7YQ3;oWY^y)%RwYK7?!J@rY@YHliR2zb7;)zMLzl=# zDN(PSiAl`u>`dz2qIhc5~gOSy&ph96mtH!5AD-Q8h|2ZaS>h+`` z!eEgzU%P0zk3edi$lk~5T5k#+nq`YDbY4t6te9}DMcZYjxa<2HZlY2$0gm%Tfa)K% zF|vXLHMyqTSk(2zwNFa<-h@NSts34gfxlFoxqiB|iAXP**skIIq#G!7;BRZqqrL`K z#VEy7LV+R%kA=RzP|#1CWB8z}L6i~Xc+}RE`F>x|g%_(r}mJpnC#Nc!xgTe~DWM4f+oH&N diff --git a/test/integration/render-tests/runtime-styling/image-add-nonsdf/style.json b/test/integration/render-tests/runtime-styling/image-add-nonsdf/style.json deleted file mode 100644 index b74d23fc476..00000000000 --- a/test/integration/render-tests/runtime-styling/image-add-nonsdf/style.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "version": 8, - "metadata": { - "test": { - "width": 64, - "height": 64, - "operations": [ - [ - "addImage", - "dot.sdf", - "./image/dot.sdf.png" - ], - [ - "addLayer", - { - "id": "geometry", - "type": "symbol", - "source": "geometry", - "layout": { - "icon-image": "dot.sdf" - }, - "paint": { - "icon-color": "red" - } - } - ], - [ - "wait" - ] - ] - } - }, - "sources": { - "geometry": { - "type": "geojson", - "data": { - "type": "Point", - "coordinates": [0, 0] - } - } - }, - "layers": [] -} -