diff -r 6f4453afd006 -r 6c34d0baa0b1 messagingfw/msgtestfw/TestActions/Base/src/CMtfTestActionFindFile.cpp --- a/messagingfw/msgtestfw/TestActions/Base/src/CMtfTestActionFindFile.cpp Tue Oct 05 13:50:47 2010 +0530 +++ b/messagingfw/msgtestfw/TestActions/Base/src/CMtfTestActionFindFile.cpp Tue Oct 19 11:59:06 2010 +0530 @@ -105,7 +105,8 @@ } RMessagingTestUtilityServer ts; - ts.Connect(); + TInt err = ts.Connect(); + User::LeaveIfError(err); CleanupClosePushL(ts); TBool flagFileExists = ts.FileExists(*autoSendFileName);