sysstatemgmt/systemstatereferenceplugins/test/tunitcustcmd/src/tcmd_server.cpp
branchRCL_3
changeset 3 a811597961f0
parent 0 4e1aa6a622a0
equal deleted inserted replaced
0:4e1aa6a622a0 3:a811597961f0
   124 		}
   124 		}
   125 	else if (aStepName == KTCCustomCmdTestCoopSysStateChange)
   125 	else if (aStepName == KTCCustomCmdTestCoopSysStateChange)
   126 		{
   126 		{
   127 		testStep = new CCustomCmdTestCoopSysStateChange();
   127 		testStep = new CCustomCmdTestCoopSysStateChange();
   128 		}
   128 		}
   129 	else if (aStepName == KTCCustomCmdTestPublishStartupMode)
   129 	else if (aStepName == KTestPublishStartupModeWithCap)
   130 		{
   130 		{
   131 		testStep = new CCustomCmdTestPublishStartupMode();
   131 		testStep = new CCustomCmdTestPublishStartupMode(KTestPublishStartupModeWithCap);
   132 		}
   132 		}
       
   133 	else if (aStepName == KTestPublishStartupModeWithoutCap)
       
   134         {
       
   135         testStep = new CCustomCmdTestPublishStartupMode(KTestPublishStartupModeWithoutCap);
       
   136         }
   133 	else if (aStepName == KTCCustomCmdTestPublishSimOwnedAndChanged)
   137 	else if (aStepName == KTCCustomCmdTestPublishSimOwnedAndChanged)
   134 	    {
   138 	    {
   135 	    testStep = new CCustomCmdTestPublishSimOwnedAndChanged();
   139 	    testStep = new CCustomCmdTestPublishSimOwnedAndChanged();
   136 	    }
   140 	    }
   137 	else if (aStepName == KTestCustomCmdExecute)
   141 	else if (aStepName == KTestCustomCmdExecute)