diff -r 072a9626b290 -r 09d657f1ee00 sysstatemgmt/systemstateplugins/test/tintgsapolicy/src/tgsa_i_server.cpp --- a/sysstatemgmt/systemstateplugins/test/tintgsapolicy/src/tgsa_i_server.cpp Wed Aug 18 11:03:14 2010 +0300 +++ b/sysstatemgmt/systemstateplugins/test/tintgsapolicy/src/tgsa_i_server.cpp Thu Sep 02 21:48:26 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -90,15 +90,7 @@ //Following tests can be run only on techview emulator as it requires restarting of the emulator //#ifdef __WINS__ CTestStep* testStep = NULL; - if (aStepName == KTGsaStateTranToShutdownStep) - { - testStep = new CGsaStateTranToDiffStatesTest(KTestProcTranToShutdown); - } - else if (aStepName == KTGsaStateTranFromShutdownStep) - { - testStep = new CGsaStateTranToDiffStatesTest(KTestProcTranFromShutdown); - } - else if (aStepName == KTGsaStateTranFromNormalStep) + if (aStepName == KTGsaStateTranFromNormalStep) { testStep = new CGsaStateTranToDiffStatesTest(KTestProcTranFromNormal); } @@ -106,10 +98,6 @@ { testStep = new CGsaStateTranToDiffStatesTest(KTestProcTranFromStartup); } - else if (aStepName == KTGsaStateTranFromStartuptoShutdownStep) - { - testStep = new CGsaStateTranToDiffStatesTest(KTGsaStateTranFromStartuptoShutdownStep); - } else if (aStepName == KTGsaDuplicateSubstateStep) { testStep = new CGsaDuplicateSubstateTest();