mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/OpenFileByHandle7908.cpp
changeset 41 f7bf1ed8db72
parent 32 ae690a8c4a18
equal deleted inserted replaced
32:ae690a8c4a18 41:f7bf1ed8db72
    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 		{