summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2018-08-26 19:20:49 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2018-09-05 10:45:58 +0000
commit5a33ef5ef4b82714dc6b41eb8badc23be4a42fdf (patch)
treee1263c79a2277d8f739c9adcfa38be86c9495344 /tests
parent3bd2541f84be5200a54c7565074ea22992397c79 (diff)
downloadqtlocation-5a33ef5ef4b82714dc6b41eb8badc23be4a42fdf.tar.gz
Fix HERE qgeoroutexmlparser and add legs support
All route segments after the second waypoint contain broken paths. This patch fixes it refactoring the parsing logic, also adding support for route legs. Change-Id: I30ec9e889a5e16bf81c4a0caf1b59fc895b7ea5e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qgeoroutexmlparser/qgeoroutexmlparser.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgeoroutexmlparser/qgeoroutexmlparser.pro b/tests/auto/qgeoroutexmlparser/qgeoroutexmlparser.pro
index f9da9652..9c4a8e75 100644
--- a/tests/auto/qgeoroutexmlparser/qgeoroutexmlparser.pro
+++ b/tests/auto/qgeoroutexmlparser/qgeoroutexmlparser.pro
@@ -9,5 +9,5 @@ HEADERS += $$plugin.path/qgeoroutexmlparser.h
INCLUDEPATH += $$plugin.path
RESOURCES += fixtures.qrc
-QT += location testlib
+QT += location location-private testlib