summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative_ui/tst_map_geocoding.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative_ui/tst_map_geocoding.qml')
-rw-r--r--tests/auto/declarative_ui/tst_map_geocoding.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative_ui/tst_map_geocoding.qml b/tests/auto/declarative_ui/tst_map_geocoding.qml
index 93fbf831..1828c1ba 100644
--- a/tests/auto/declarative_ui/tst_map_geocoding.qml
+++ b/tests/auto/declarative_ui/tst_map_geocoding.qml
@@ -138,7 +138,7 @@ Item {
compare(emptyModel.bounds.center.latitude, dynamicCircle.center.latitude)
// status
- compare (emptyModel.status, RouteModel.Null)
+ compare (emptyModel.status, GeocodeModel.Null)
// error
compare (emptyModel.errorString, "")
@@ -296,7 +296,7 @@ Item {
immediateModel.query = errorAddress1
immediateModel.update()
compare (immediateModel.errorString, errorAddress1.street)
- compare (immediateModel.error, RouteModel.CommunicationError)
+ compare (immediateModel.error, GeocodeModel.CommunicationError)
compare (immediateModel.count, 0)
compare (statusImmediateSpy.count, 2)
compare (immediateModel.status, GeocodeModel.Error)