common/tools/ats/smoketest/apploader/Src/TestAppLoaderServer.cpp
changeset 276 140d2eb79802
parent 117 483f966c6335
child 872 17498133d9ad
equal deleted inserted replaced
239:6beec83e40d8 276:140d2eb79802
    16 //
    16 //
    17 
    17 
    18 // USER includes
    18 // USER includes
    19 #include "TestAppLoaderServer.h"
    19 #include "TestAppLoaderServer.h"
    20 #include "TestAppLoaderAppStart.h"
    20 #include "TestAppLoaderAppStart.h"
       
    21 #include "TestAppLoaderKeyEvents.h"
    21 #include "TestAppLoaderKillProcess.h"
    22 #include "TestAppLoaderKillProcess.h"
    22 #include "TestAppLoaderEndTask.h"
    23 #include "TestAppLoaderEndTask.h"
    23 #include "TestAppLoaderTaskRunning.h"
    24 #include "TestAppLoaderTaskRunning.h"
    24 
    25 
    25 /*@{*/
    26 /*@{*/
   114 
   115 
   115 	if(aStepName == _L("AppStart"))
   116 	if(aStepName == _L("AppStart"))
   116 		{
   117 		{
   117 		testStep = new CTestAppLoaderAppStart();
   118 		testStep = new CTestAppLoaderAppStart();
   118 		}
   119 		}
       
   120 	else if(aStepName == _L("KeyEvents"))
       
   121 		{
       
   122 		testStep = new CTestAppLoaderKeyEvents();
       
   123 		}
   119 	else if(aStepName == _L("KillProcess"))
   124 	else if(aStepName == _L("KillProcess"))
   120 		{
   125 		{
   121 		testStep = new CTestAppLoaderKillProcess();
   126 		testStep = new CTestAppLoaderKillProcess();
   122 		}
   127 		}
   123 	else if(aStepName == _L("EndTask"))
   128 	else if(aStepName == _L("EndTask"))