diff -r 6f4453afd006 -r 6c34d0baa0b1 messagingfw/msgtestproduct/testutils/src/T_UtilsConfigFileParserUtility.cpp --- a/messagingfw/msgtestproduct/testutils/src/T_UtilsConfigFileParserUtility.cpp Tue Oct 05 13:50:47 2010 +0530 +++ b/messagingfw/msgtestproduct/testutils/src/T_UtilsConfigFileParserUtility.cpp Tue Oct 19 11:59:06 2010 +0530 @@ -84,7 +84,7 @@ { RFs fileServerSession; - fileServerSession.Connect(); + User::LeaveIfError( fileServerSession.Connect() ); RFile file; User::LeaveIfError(file.Open(fileServerSession, aFileName, EFileRead));