summaryrefslogtreecommitdiff
path: root/test/util/mapbox.test.cpp
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2018-12-17 15:13:33 -0500
committerJulian Rex <julian.rex@mapbox.com>2018-12-17 15:13:33 -0500
commit65f5f96faad3ba55db280eee4b2128dac5e380e2 (patch)
tree4d123e260b3521c6c8860e9717920ed74a7eb6e7 /test/util/mapbox.test.cpp
parent069af6daab11f18af723fe3eac7ae5ea6e216dc5 (diff)
downloadqtlocation-mapboxgl-upstream/upgrade-default-styles-to-v11.tar.gz
Updated changelogs, removed redundant test.upstream/upgrade-default-styles-to-v11
Diffstat (limited to 'test/util/mapbox.test.cpp')
-rw-r--r--test/util/mapbox.test.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/util/mapbox.test.cpp b/test/util/mapbox.test.cpp
index c29be37a38..20af31b822 100644
--- a/test/util/mapbox.test.cpp
+++ b/test/util/mapbox.test.cpp
@@ -92,11 +92,6 @@ TEST(Mapbox, SpriteURL) {
"https://api.mapbox.com/styles/v1/mapbox/streets-v8/draft/sprite@2x.png?access_token=key",
mbgl::util::mapbox::normalizeSpriteURL(util::API_BASE_URL, "mapbox://sprites/mapbox/streets-v8/draft@2x.png", "key"));
EXPECT_EQ(
- "https://api.mapbox.com/styles/v1/mapbox/streets-v10/sprite?access_token=key&fresh=true.png",
- mbgl::util::mapbox::normalizeSpriteURL(util::API_BASE_URL,
- "mapbox://sprites/mapbox/streets-v10?fresh=true.png",
- "key"));
- EXPECT_EQ(
"https://api.mapbox.com/styles/v1/mapbox/streets-v11/sprite?access_token=key&fresh=true.png",
mbgl::util::mapbox::normalizeSpriteURL(util::API_BASE_URL,
"mapbox://sprites/mapbox/streets-v11?fresh=true.png",