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