From 1a74a16901d30454ce70a57f6b659a2f308326c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pertti=20Kellom=C3=A4ki?= Date: Tue, 18 Jan 2011 16:50:21 +0200 Subject: [PATCH] Changes: Add QML applications to test script. --- tests/Harmattan/TestScripts/test-func-launcher.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Harmattan/TestScripts/test-func-launcher.py b/tests/Harmattan/TestScripts/test-func-launcher.py index dc5a863..89eabb8 100644 --- a/tests/Harmattan/TestScripts/test-func-launcher.py +++ b/tests/Harmattan/TestScripts/test-func-launcher.py @@ -48,7 +48,9 @@ from os.path import basename LAUNCHER_BINARY='/usr/bin/applauncherd' DEV_NULL = file("/dev/null","w") LAUNCHABLE_APPS = ['/usr/bin/fala_ft_hello','/usr/bin/fala_ft_hello1', '/usr/bin/fala_ft_hello2'] +LAUNCHABLE_APPS_QML = ['/usr/bin/fala_qml_helloworld','/usr/bin/fala_qml_helloworld1', '/usr/bin/fala_qml_helloworld2'] PREFERED_APP = '/usr/bin/fala_ft_hello' +PREFERED_APP_QML = '/usr/bin/fala_qml_helloworld' using_scratchbox = False