messagingfw/msgtest/integration/email/src/t_email.cpp
changeset 58 6c34d0baa0b1
parent 0 8e480a14352b
--- 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;