equal
deleted
inserted
replaced
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 { |