messagingfw/msgtestfw/TestActions/Email/Imap4/src/CMtfTestActionConnectAndSyncImap4Server.cpp
changeset 58 6c34d0baa0b1
parent 0 8e480a14352b
equal deleted inserted replaced
55:6f4453afd006 58:6c34d0baa0b1
    90 void CMtfTestActionConnectAndSyncImap4Server::RunL()
    90 void CMtfTestActionConnectAndSyncImap4Server::RunL()
    91 	{
    91 	{
    92 	TInt err = MtfTestActionUtilsUser::FinalProgressStatus(*iOperation,iStatus);
    92 	TInt err = MtfTestActionUtilsUser::FinalProgressStatus(*iOperation,iStatus);
    93 
    93 
    94 	delete iOperation;
    94 	delete iOperation;
    95 
    95 	iOperation = NULL;
    96 	User::LeaveIfError(err);
    96 	User::LeaveIfError(err);
    97 	TestCase().INFO_PRINTF2(_L("Test Action %S completed."), &KTestActionConnectAndSyncImap4Server);
    97 	TestCase().INFO_PRINTF2(_L("Test Action %S completed."), &KTestActionConnectAndSyncImap4Server);
    98 	TestCase().ActionCompletedL(*this);
    98 	TestCase().ActionCompletedL(*this);
    99 	}
    99 	}
   100 
   100