From b0902837b79571fd4b10dbfe191cb6415d3c4e50 Mon Sep 17 00:00:00 2001 From: Nimika Keshri Date: Thu, 15 Sep 2011 17:50:15 +0300 Subject: [PATCH] Changes: Adding conndlgs to be stopped during test run RevBy: TrustMe --- tests/harmattan/testscripts/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/harmattan/testscripts/utils.py b/tests/harmattan/testscripts/utils.py index 8475b04..9b49dc0 100644 --- a/tests/harmattan/testscripts/utils.py +++ b/tests/harmattan/testscripts/utils.py @@ -8,7 +8,7 @@ from subprocess import Popen from os.path import basename DEV_NULL = file("/dev/null","w") -DAEMONS_TO_BE_STOPPED = ['xsession/applifed'] +DAEMONS_TO_BE_STOPPED = ['xsession/applifed','xsession/conndlgs'] 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']