featuremgmt/featuremgr/test/tef/tef_efm_unit/src/efm_unit_teststeps.cpp
branchRCL_3
changeset 9 667e88a979d7
parent 0 08ec8eefde2f
child 23 26645d81f48d
--- a/featuremgmt/featuremgr/test/tef/tef_efm_unit/src/efm_unit_teststeps.cpp	Fri Mar 12 15:51:02 2010 +0200
+++ b/featuremgmt/featuremgr/test/tef/tef_efm_unit/src/efm_unit_teststeps.cpp	Mon Mar 15 12:46:30 2010 +0200
@@ -285,7 +285,7 @@
 TVerdict CServerMergePluginFeaturesTestStep::doTestStepL()
 	{
 	// This is a void method, so we can't actually check directly if this worked
-	ifeatureSet->MergePluginFeatures(irfa);
+	ifeatureSet->MergePluginFeaturesL(irfa);
 
 	// .. so get the supported features in this array and check
 	RFeatureUidArray rf;
@@ -363,7 +363,7 @@
 TVerdict CServerMergePluginFeaturesTestStep2::doTestStepL()
 	{
 	// This is a void method, so we can't actually check directly if this worked
-	ifeatureSet->MergePluginFeatures(ifc);
+	ifeatureSet->MergePluginFeaturesL(ifc);
 
 	// .. so get the supported features in this array and check
 	RFeatureUidArray rf;