installationservices/swi/test/tsisregistrytest/tsisregistrytest.cpp
changeset 50 c6e8afe0ba85
parent 25 98b66e4fb0be
child 55 ac7f90a6ff4c
equal deleted inserted replaced
46:bb1748e0dd9b 50:c6e8afe0ba85
   352 		}			
   352 		}			
   353 	else if (aStepName == KChangeLocale)
   353 	else if (aStepName == KChangeLocale)
   354 		{
   354 		{
   355 		name = new CChangeLocaleStep;
   355 		name = new CChangeLocaleStep;
   356 		}
   356 		}
   357 
   357 	else if (aStepName == KCAddAppRegInfoStep)
       
   358 	    {
       
   359         name = new CAddAppRegInfoStep;
       
   360 	    }
       
   361 	else if (aStepName == KCRemoveAppRegInfoStep)
       
   362         {
       
   363         name = new CRemoveAppRegInfoStep;
       
   364         }
       
   365 	
   358 	if(performanceStep && name)
   366 	if(performanceStep && name)
   359 		{
   367 		{
   360 		CSisRegistryTestStepBase *baseTestStep = dynamic_cast<CSisRegistryTestStepBase*>(name);
   368 		CSisRegistryTestStepBase *baseTestStep = dynamic_cast<CSisRegistryTestStepBase*>(name);
   361 		baseTestStep->MarkAsPerformanceStep();
   369 		baseTestStep->MarkAsPerformanceStep();
   362 		}
   370 		}