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