diff -r 6f4453afd006 -r 6c34d0baa0b1 messagingfw/msgtest/integration/email/src/t_email.cpp --- a/messagingfw/msgtest/integration/email/src/t_email.cpp Tue Oct 05 13:50:47 2010 +0530 +++ b/messagingfw/msgtest/integration/email/src/t_email.cpp Tue Oct 19 11:59:06 2010 +0530 @@ -120,8 +120,7 @@ { RTest test(_L("Email smoke tests")); RFs fs; - fs.Connect(); - + User::LeaveIfError( fs.Connect() ); // Load the serial comms device drivers. If this is not done, // connecting via NT-RAS returns KErrNotFound (-1). TInt driverErr;