summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-10-13 03:01:03 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-10-13 03:01:03 +0200
commita12c89edd81dbacff85e4c34b7a017143abe8c0c (patch)
treee1f59f03605f07ac548112a21a19c42d576d0489 /tests
parent130ec06de87c8581abee3bf09dcc634fae745527 (diff)
parent0cdf4748dd40ec2e0df20eda4a63e8e070d2b790 (diff)
downloadqtlocation-a12c89edd81dbacff85e4c34b7a017143abe8c0c.tar.gz
Merge remote-tracking branch 'origin/5.12' into dev
Change-Id: Id6436bbdc11de8f77a2dbffbbb2b8c866b428835
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 e0c581ab..0e7790ee 100644
--- a/tests/auto/qgeoserviceprovider/tst_qgeoserviceprovider.cpp
+++ b/tests/auto/qgeoserviceprovider/tst_qgeoserviceprovider.cpp
@@ -138,7 +138,7 @@ void tst_QGeoServiceProvider::tst_features_data()
<< QGeoServiceProvider::GeocodingFeatures(QGeoServiceProvider::OnlineGeocodingFeature
| QGeoServiceProvider::ReverseGeocodingFeature)
<< QGeoServiceProvider::RoutingFeatures(QGeoServiceProvider::OnlineRoutingFeature)
- << QGeoServiceProvider::PlacesFeatures(QGeoServiceProvider::NoPlacesFeatures);
+ << QGeoServiceProvider::PlacesFeatures(QGeoServiceProvider::OnlinePlacesFeature);
}
void tst_QGeoServiceProvider::tst_features()