From d8a62ab4499748742e39e8ae39bb7cde8dc4eeb2 Mon Sep 17 00:00:00 2001 From: Nimika Keshri Date: Tue, 14 Sep 2010 16:36:54 +0300 Subject: [PATCH] Changes: Stopping applifed in the prestart-launcherd test to prevent forced killing of applications RevBy: TrustMe --- tests/TestScripts/ts_prestartapp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/TestScripts/ts_prestartapp.rb b/tests/TestScripts/ts_prestartapp.rb index 39445da..9ea2511 100755 --- a/tests/TestScripts/ts_prestartapp.rb +++ b/tests/TestScripts/ts_prestartapp.rb @@ -37,11 +37,13 @@ class TC_PRESTARTLAUNCHTESTS < Test::Unit::TestCase # method called before any test case def setup system "mcetool --set-tklock-mode=unlocked" + system "initctl stop xsession/applifed" @sut = TDriver.sut(:Id=> 'sut_qt_maemo') end # method called after any test case for cleanup purposes def teardown + system "initctl start xsession/applifed" end def test_launch_prestarted_app