summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorAlex Wilson <alex.wilson@nokia.com>2012-02-21 14:04:55 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-21 06:10:34 +0100
commitf4f356df480943a00e08205a8cd389506931a0f7 (patch)
tree161c47f9b6a2bbf54f18c3f8da89e659952b468c /tests/auto/auto.pro
parentae21a43218da958c99fa9f5a13656f479020cf9f (diff)
downloadqtlocation-f4f356df480943a00e08205a8cd389506931a0f7.tar.gz
Fix up issues with parsing Route XML in Nokia plugin
This fixes some long-standing issues with route XML parsing in the Nokia plugin, as well as adding a new autotest to verify that these and other faults do not develop again in future. The faulty logic in this case was to attempt to handle the final maneuver in the route in the same manner as a link-less intermediate point, which alternately caused the final maneuver to either be dropped or a subsequent "empty" maneuver to be generated with the remaining links at the end. The final maneuver is now handled separately. Task-number: QTBUG-24341 Task-number: QTBUG-20563 Change-Id: Iefc37c84170d23b4c4a9203f12f33994c7fa4a88 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 0769e70d..86e5eb8d 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -49,6 +49,7 @@ SUBDIRS += geotestplugin \
qgeosatelliteinfosource \
qnmeapositioninfosource \
declarative_core \
+ qgeoroutexmlparser \
maptype
!mac: SUBDIRS += declarative_ui