diff -r 1790c2f1027c -r 0b68a1b0c15e serviceproviders/sapi_serviceregistry/tsrc/dev/tserviceregistryprovidertest/src/tserviceregistrytestblocks.cpp --- a/serviceproviders/sapi_serviceregistry/tsrc/dev/tserviceregistryprovidertest/src/tserviceregistrytestblocks.cpp Thu Aug 19 10:46:25 2010 +0300 +++ b/serviceproviders/sapi_serviceregistry/tsrc/dev/tserviceregistryprovidertest/src/tserviceregistrytestblocks.cpp Tue Aug 31 16:06:03 2010 +0300 @@ -135,7 +135,7 @@ if(code != iExpectedError) { iResult = KErrGeneral; - return 0; + return; } } @@ -151,7 +151,7 @@ iResult = KErrNone; } } - return 0; + } TInt CIServiceTestModule::LoadProviderTest(CStifItemParser& aItem) @@ -513,7 +513,6 @@ Delete(); __UHEAP_MARKEND; - return 0; } @@ -844,8 +843,8 @@ TLiwVariant resValue; TBool equal = EFalse; - TReal expValueReal = 0; - TReal resValueReal = 0; + TReal expValueReal; + TReal resValueReal; if(!aExpectedMap->FindL(aKey, expValue)) {