installationservices/swi/test/tsisregistrytest_legacy/tsisregistrytest.cpp
changeset 25 98b66e4fb0be
parent 5 3eebb1e54d3a
child 66 8b7f4e561641
--- a/installationservices/swi/test/tsisregistrytest_legacy/tsisregistrytest.cpp	Fri Mar 19 09:33:35 2010 +0200
+++ b/installationservices/swi/test/tsisregistrytest_legacy/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"
@@ -108,6 +108,10 @@
 		{
 		name = new CInRomNonRemovablePackage;
 		}
+    if (aStepName == KSetCenRepSetting)
+        {
+        name = new CSetCenRepSettingStep; 
+        }
 	if (aStepName == KInstalledDrives)
 		{
 		name = new CInstalledDrives;