--- a/installationservices/swi/test/tsisregistrytest/tsisregistrytest.cpp Tue Jun 29 16:50:12 2010 +0300
+++ b/installationservices/swi/test/tsisregistrytest/tsisregistrytest.cpp Thu Jul 08 20:28:00 2010 +0300
@@ -354,7 +354,15 @@
{
name = new CChangeLocaleStep;
}
-
+ else if (aStepName == KCAddAppRegInfoStep)
+ {
+ name = new CAddAppRegInfoStep;
+ }
+ else if (aStepName == KCRemoveAppRegInfoStep)
+ {
+ name = new CRemoveAppRegInfoStep;
+ }
+
if(performanceStep && name)
{
CSisRegistryTestStepBase *baseTestStep = dynamic_cast<CSisRegistryTestStepBase*>(name);