summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-07-02 12:33:26 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-07-08 19:46:01 +0200
commit4f48874ef08ad00b7e1e3f22c983aea6202c669e (patch)
treecd377e16a77532e9fc6f1c5b94ac341652000a68 /test
parentafaf74e41a53f6f36a3ab991b83eccf91ebab4ca (diff)
downloadqtlocation-mapboxgl-4f48874ef08ad00b7e1e3f22c983aea6202c669e.tar.gz
we're no longer throwing exceptions when loading invalid sprite resources
Diffstat (limited to 'test')
-rw-r--r--test/style/resource_loading.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/style/resource_loading.cpp b/test/style/resource_loading.cpp
index 8c92a1d099..d14be28789 100644
--- a/test/style/resource_loading.cpp
+++ b/test/style/resource_loading.cpp
@@ -176,8 +176,6 @@ INSTANTIATE_TEST_CASE_P(Style, ResourceLoading,
::testing::Values(
"source_raster.json",
"source_vector.json",
- "sprite.json",
- "sprite.png",
"raster.png",
"vector.pbf",
"glyphs.pbf"));