summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Belz <gbelz@esri.com>2018-10-09 14:45:45 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2018-10-09 18:07:00 +0000
commit0cdf4748dd40ec2e0df20eda4a63e8e070d2b790 (patch)
tree420120888232de0560f2a3fd134c552fc735c5f6 /tests
parent8b702b66aa09d6e59da1c99af353eac36cff01e4 (diff)
Esri: enable place searchv5.12.0-beta3v5.12.0-beta2
Change-Id: I136ef0a3125b42b484e36413d26aa49e59a43b57 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
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()