summaryrefslogtreecommitdiff
path: root/test/navigation/script/test-all
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2017-08-31 17:25:00 +0200
committerasanoaozora <fifitaneki@hotmail.com>2017-08-31 17:25:00 +0200
commite31de24c6f882a41ed13086712e97539cbf7b1a2 (patch)
tree546e13a8158ece70f956834a50ec4fb76a32e13d /test/navigation/script/test-all
parent58be072f387b9430944d7fd8d75900295ab53971 (diff)
downloadpoi-service-e31de24c6f882a41ed13086712e97539cbf7b1a2.tar.gz
fix bug on successive guidance launches with create/delete route
The bug has been fixed by a navit patch :-( it still needs to be investigated with navit team
Diffstat (limited to 'test/navigation/script/test-all')
-rwxr-xr-xtest/navigation/script/test-all12
1 files changed, 9 insertions, 3 deletions
diff --git a/test/navigation/script/test-all b/test/navigation/script/test-all
index ac90fda..f762500 100755
--- a/test/navigation/script/test-all
+++ b/test/navigation/script/test-all
@@ -2,13 +2,13 @@
export PYTHONIOENCODING=utf-8
-result="$(./test-poi.py -l ../resource/location.xml -s "sChü" 2>&1 >/dev/null)"
+result="$(./test-location-input.py -l ../resource/locations.xml 2>&1 >/dev/null)"
echo $result
if [[ $result != *"PASSED"* ]]; then
exit 1
fi
-result="$(./test-location-input.py -l ../resource/locations.xml 2>&1 >/dev/null)"
+result="$(./test-address-input.py -l ../resource/location.xml 2>&1 >/dev/null)"
echo $result
if [[ $result != *"PASSED"* ]]; then
exit 1
@@ -20,7 +20,13 @@ if [[ $result != *"PASSED"* ]]; then
exit 1
fi
-result="$(./test-address-input.py -l ../resource/location.xml 2>&1 >/dev/null)"
+result="$(./test-poi.py -l ../resource/location.xml -s "sChü" 2>&1 >/dev/null)"
+echo $result
+if [[ $result != *"PASSED"* ]]; then
+ exit 1
+fi
+
+result="$(./test-poi-guidance.py -l ../resource/location-poi.xml -s "cOnT" 2>&1 >/dev/null)"
echo $result
if [[ $result != *"PASSED"* ]]; then
exit 1