summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVlad Seryakov <vseryakov@gmail.com>2016-06-30 00:58:31 -0400
committerPaolo Angelelli <paolo.angelelli@theqtcompany.com>2016-07-22 12:51:08 +0000
commit1753409f92a6b865b71612465b887f808568ada2 (patch)
tree945297e08821e357a1c501abc3fe1dccdc3b28c5 /tests
parent3f3481205c19a253cc9f37590eddaf302f3d91b7 (diff)
downloadqtlocation-1753409f92a6b865b71612465b887f808568ada2.tar.gz
Add routing support for the mapbox geoservice plugin
This patch adds routing support for the mapbox plugin Change-Id: Ibaf9d9d8a845b49cb8a6fc0d3530ffe57f4989db Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qgeoserviceprovider/tst_qgeoserviceprovider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgeoserviceprovider/tst_qgeoserviceprovider.cpp b/tests/auto/qgeoserviceprovider/tst_qgeoserviceprovider.cpp
index e33dab39..f6fe2d71 100644
--- a/tests/auto/qgeoserviceprovider/tst_qgeoserviceprovider.cpp
+++ b/tests/auto/qgeoserviceprovider/tst_qgeoserviceprovider.cpp
@@ -102,7 +102,7 @@ void tst_QGeoServiceProvider::tst_features_data()
QTest::newRow("mapbox") << QString("mapbox")
<< QGeoServiceProvider::MappingFeatures(QGeoServiceProvider::OnlineMappingFeature)
<< QGeoServiceProvider::GeocodingFeatures(QGeoServiceProvider::NoGeocodingFeatures)
- << QGeoServiceProvider::RoutingFeatures(QGeoServiceProvider::NoRoutingFeatures)
+ << QGeoServiceProvider::RoutingFeatures(QGeoServiceProvider::OnlineRoutingFeature)
<< QGeoServiceProvider::PlacesFeatures(QGeoServiceProvider::NoPlacesFeatures);
QTest::newRow("here") << QString("here")