sysstatemgmt/systemstatereferenceplugins/test/tunitcustcmd/src/tcmd_server.cpp
branchCompilerCompatibility
changeset 6 91ba8de50d7b
parent 3 a811597961f0
equal deleted inserted replaced
4:0a271e5c9962 6:91ba8de50d7b
   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)