installationservices/swi/test/tsisregistrytest/tsisregistrytest.cpp
changeset 60 245df5276b97
parent 25 98b66e4fb0be
--- a/installationservices/swi/test/tsisregistrytest/tsisregistrytest.cpp	Tue Jul 06 14:23:31 2010 +0300
+++ b/installationservices/swi/test/tsisregistrytest/tsisregistrytest.cpp	Wed Aug 18 09:55:45 2010 +0300
@@ -354,7 +354,18 @@
 		{
 		name = new CChangeLocaleStep;
 		}
-
+	else if (aStepName == KCAddAppRegInfoStep)
+	    {
+        name = new CAddAppRegInfoStep;
+	    }
+	else if (aStepName == KCRemoveAppRegInfoStep)
+        {
+        name = new CRemoveAppRegInfoStep;
+        }
+	else if (aStepName == KCheckAppRegData)
+	    {
+        name = new CheckAppRegData;
+	    }
 	if(performanceStep && name)
 		{
 		CSisRegistryTestStepBase *baseTestStep = dynamic_cast<CSisRegistryTestStepBase*>(name);