diff -r 0b68a1b0c15e -r a9c0808a1095 serviceproviders/sapi_calendar/tsrc/testing/tcal_providertest/src/tcal_providertestblocks.cpp --- a/serviceproviders/sapi_calendar/tsrc/testing/tcal_providertest/src/tcal_providertestblocks.cpp Tue Aug 31 16:06:03 2010 +0300 +++ b/serviceproviders/sapi_calendar/tsrc/testing/tcal_providertest/src/tcal_providertestblocks.cpp Wed Sep 01 12:28:47 2010 +0100 @@ -3664,7 +3664,7 @@ TInt pos = 0 ; const TLiwGenericParam* output = outparam->FindFirst( pos,_L8("ErrorCode")); - TInt32 err; + TInt32 err = 0; if(output) { err = output->Value().AsTInt32(); @@ -3707,7 +3707,7 @@ TInt pos = 0 ; const TLiwGenericParam* output = outparam->FindFirst( pos,_L8("ErrorCode")); - TInt32 err; + TInt32 err = 0; if(output) { err = output->Value().AsTInt32(); @@ -3776,7 +3776,7 @@ const TLiwGenericParam* output = outparam->FindFirst( pos,_L8("ErrorCode")); cells = User::CountAllocCells(); - TInt32 err; + TInt32 err = 0; if(output) { err = output->Value().AsTInt32(); @@ -3963,7 +3963,7 @@ const TLiwGenericParam* output = outparam->FindFirst( pos,_L8("ErrorCode")); cells = User::CountAllocCells(); - TInt32 err; + TInt32 err = 0; if(output) { err = output->Value().AsTInt32(); @@ -4041,7 +4041,7 @@ const TLiwGenericParam* output = outparam->FindFirst( pos,_L8("ErrorCode")); cells = User::CountAllocCells(); - TInt32 err; + TInt32 err = 0; if(output) { err = output->Value().AsTInt32(); @@ -4119,7 +4119,7 @@ const TLiwGenericParam* output = outparam->FindFirst( pos,_L8("ErrorCode")); cells = User::CountAllocCells(); - TInt32 err; + TInt32 err = 0; if(output) { err = output->Value().AsTInt32();