mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/OpenFileByHandle7908.cpp
branchRCL_3
changeset 49 735348f59235
parent 0 40261b775718
child 32 ae690a8c4a18
equal deleted inserted replaced
40:f429a0a2075b 49:735348f59235
    65 		User::Leave(err);
    65 		User::Leave(err);
    66 		}
    66 		}
    67 		
    67 		
    68 	TInt failCount = 0;//total fail count for all the steps = sum of fail counts in each step
    68 	TInt failCount = 0;//total fail count for all the steps = sum of fail counts in each step
    69 	TInt stepFailCount; //fail count in each step
    69 	TInt stepFailCount; //fail count in each step
    70 	TVerdict iAllocTestStepResult = EPass; // TODO check?? assume pass
    70 	TVerdict iAllocTestStepResult = EPass; // XXX check?? assume pass
    71 	
    71 	
    72 	err = PerformTestStep(1, stepFailCount);
    72 	err = PerformTestStep(1, stepFailCount);
    73 	failCount += stepFailCount;
    73 	failCount += stepFailCount;
    74 	if (err != KErrNone)
    74 	if (err != KErrNone)
    75 		{
    75 		{