diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-07-02 12:33:26 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-07-08 19:46:01 +0200 |
commit | 4f48874ef08ad00b7e1e3f22c983aea6202c669e (patch) | |
tree | cd377e16a77532e9fc6f1c5b94ac341652000a68 /test | |
parent | afaf74e41a53f6f36a3ab991b83eccf91ebab4ca (diff) | |
download | qtlocation-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.cpp | 2 |
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")); |