installationservices/swi/test/tsisregistrytest/tsisregistrytest.cpp
changeset 50 c6e8afe0ba85
parent 25 98b66e4fb0be
child 55 ac7f90a6ff4c
--- 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);