diff -r 0a271e5c9962 -r 91ba8de50d7b sysstatemgmt/systemstatereferenceplugins/test/tunitcustcmd/src/tcmd_server.cpp --- a/sysstatemgmt/systemstatereferenceplugins/test/tunitcustcmd/src/tcmd_server.cpp Mon Mar 08 21:44:39 2010 +0000 +++ b/sysstatemgmt/systemstatereferenceplugins/test/tunitcustcmd/src/tcmd_server.cpp Sun Mar 14 13:15:06 2010 +0000 @@ -126,10 +126,14 @@ { testStep = new CCustomCmdTestCoopSysStateChange(); } - else if (aStepName == KTCCustomCmdTestPublishStartupMode) + else if (aStepName == KTestPublishStartupModeWithCap) { - testStep = new CCustomCmdTestPublishStartupMode(); + testStep = new CCustomCmdTestPublishStartupMode(KTestPublishStartupModeWithCap); } + else if (aStepName == KTestPublishStartupModeWithoutCap) + { + testStep = new CCustomCmdTestPublishStartupMode(KTestPublishStartupModeWithoutCap); + } else if (aStepName == KTCCustomCmdTestPublishSimOwnedAndChanged) { testStep = new CCustomCmdTestPublishSimOwnedAndChanged();