featuremgmt/featuremgr/test/rtest/src/t_fmgrapi.cpp
changeset 17 55f2396f6d25
parent 14 15018f1726c7
child 19 d6ef85bc5971
--- a/featuremgmt/featuremgr/test/rtest/src/t_fmgrapi.cpp	Fri Apr 16 16:49:27 2010 +0300
+++ b/featuremgmt/featuremgr/test/rtest/src/t_fmgrapi.cpp	Mon May 03 14:09:14 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -307,7 +307,7 @@
     CleanupStack::PopAndDestroy(fdiscovery);
     }
 
-void DoFeatureDiscoveryTest2(TBool aStaticMethodsUsed)
+void DoFeatureDiscoveryTest2L(TBool aStaticMethodsUsed)
     {
     CFeatureDiscovery* fdiscovery = NULL;
     if(!aStaticMethodsUsed)
@@ -398,8 +398,8 @@
 */
 void FeatureDiscoveryTest2L()
     {
-    DoFeatureDiscoveryTest2(ETrue);
-    DoFeatureDiscoveryTest2(EFalse);
+    DoFeatureDiscoveryTest2L(ETrue);
+    DoFeatureDiscoveryTest2L(EFalse);
     }
 
 void DoTestsL()