installationservices/swi/test/tsisregistrytest/tsisregistrytest.cpp
changeset 25 98b66e4fb0be
parent 0 ba25891c3a9e
child 50 c6e8afe0ba85
child 60 245df5276b97
--- a/installationservices/swi/test/tsisregistrytest/tsisregistrytest.cpp	Fri Mar 19 09:33:35 2010 +0200
+++ b/installationservices/swi/test/tsisregistrytest/tsisregistrytest.cpp	Fri Apr 16 15:05:20 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -126,6 +126,10 @@
 		{
 		name = new CInRomNonRemovablePackage;
 		}
+    if (strippedStepName == KSetCenRepSetting)
+        {
+        name = new CSetCenRepSettingStep; 
+        }
 	if (strippedStepName == KInstalledDrives)
 		{
 		name = new CInstalledDrives;