diff -r 667e88a979d7 -r 31a8f755b7fe featuremgmt/featuremgr/test/rtest/src/t_fmgrapi.cpp --- a/featuremgmt/featuremgr/test/rtest/src/t_fmgrapi.cpp Mon Mar 15 12:46:30 2010 +0200 +++ b/featuremgmt/featuremgr/test/rtest/src/t_fmgrapi.cpp Thu Apr 01 00:19:42 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()