summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnand Thakker <github@anandthakker.net>2017-10-16 16:10:28 -0400
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-10-16 16:32:53 -0700
commitb8654b3b04599988f1f7a519853e98d4ca54cfd0 (patch)
treec51053801e9835ea9de1ef2f3272a6ebc6605a51 /test
parente43e2aa3d700cb086e8de0e1c07a6623a192bfe0 (diff)
downloadqtlocation-mapboxgl-b8654b3b04599988f1f7a519853e98d4ca54cfd0.tar.gz
[core] Move SourceType to the 'style' namespace
Diffstat (limited to 'test')
-rw-r--r--test/storage/offline.test.cpp1
-rw-r--r--test/style/source.test.cpp1
-rw-r--r--test/util/mapbox.test.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/storage/offline.test.cpp b/test/storage/offline.test.cpp
index e7ebe5199f..59aebebaba 100644
--- a/test/storage/offline.test.cpp
+++ b/test/storage/offline.test.cpp
@@ -4,6 +4,7 @@
#include <gtest/gtest.h>
using namespace mbgl;
+using SourceType = mbgl::style::SourceType;
static const LatLngBounds sanFrancisco =
LatLngBounds::hull({ 37.6609, -122.5744 }, { 37.8271, -122.3204 });
diff --git a/test/style/source.test.cpp b/test/style/source.test.cpp
index 919260ffe9..bee1b867b8 100644
--- a/test/style/source.test.cpp
+++ b/test/style/source.test.cpp
@@ -38,6 +38,7 @@
#include <cstdint>
using namespace mbgl;
+using SourceType = mbgl::style::SourceType;
class SourceTest {
public:
diff --git a/test/util/mapbox.test.cpp b/test/util/mapbox.test.cpp
index cdbd85118f..301475dae4 100644
--- a/test/util/mapbox.test.cpp
+++ b/test/util/mapbox.test.cpp
@@ -7,6 +7,7 @@
#include <stdexcept>
using namespace mbgl;
+using SourceType = mbgl::style::SourceType;
TEST(Mapbox, SourceURL) {
EXPECT_EQ(