summaryrefslogtreecommitdiff
path: root/test/navigation/script/test-all
diff options
context:
space:
mode:
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