diff -r ccb4f6b3db21 -r 8cb079868133 commonservices/PlatformEnv/platformver/tsrc/platformvertest/src/platformvertestcases.cpp --- a/commonservices/PlatformEnv/platformver/tsrc/platformvertest/src/platformvertestcases.cpp Tue Aug 31 16:29:05 2010 +0300 +++ b/commonservices/PlatformEnv/platformver/tsrc/platformvertest/src/platformvertestcases.cpp Wed Sep 01 12:34:26 2010 +0100 @@ -134,8 +134,8 @@ { // To add new test cases, add new items to this array //FUNCENTRY( PrintTest ), - ENTRY( "[PlatformVer] GetPlatformVersion", &CPlatformVerTest::GetPlatformVersion ), - OOM_ENTRY( "[OOM_PlatformVer] GetPlatformVersion", &CPlatformVerTest::GetPlatformVersion ,ETrue,1,5) + ENTRY( "[PlatformVer] GetPlatformVersion", GetPlatformVersion ), + OOM_ENTRY( "[OOM_PlatformVer] GetPlatformVersion", GetPlatformVersion ,ETrue,1,5) // Example how to use OOM functionality //OOM_ENTRY( "Loop test with OOM", LoopTest, ETrue, 2, 3),