stif/TestCombiner/src/TestCombiner.cpp
branchRCL_3
changeset 6 ecff51f1e7fb
parent 0 a03f92240627
child 10 381827f66490
equal deleted inserted replaced
4:73ff0d268e1d 6:ecff51f1e7fb
  1831         }
  1831         }
  1832 
  1832 
  1833     // Checking if user wants to skip the rest of the execution in case of error @js
  1833     // Checking if user wants to skip the rest of the execution in case of error @js
  1834     if(iCancelIfError && iSchedulerActive)    
  1834     if(iCancelIfError && iSchedulerActive)    
  1835         {
  1835         {
       
  1836         // Cancel event if it was waiting event
       
  1837         if(iTestRunner->iEvent.Name() != KNullDesC && iTestRunner->iEvent.Type() == TEventIf::EWaitEvent)
       
  1838             {
       
  1839             TestModuleIf().CancelEvent(iTestRunner->iEvent, &iTestRunner->iStatus);
       
  1840             }
       
  1841 
  1836         // Interpret execution result type from returned result
  1842         // Interpret execution result type from returned result
  1837         TInt executionResult = TFullTestResult::ECaseExecuted; // Ok
  1843         TInt executionResult = TFullTestResult::ECaseExecuted; // Ok
  1838         if( (aTestCase->iResult.iCaseExecutionResultType >= 
  1844         if( (aTestCase->iResult.iCaseExecutionResultType >= 
  1839             TFullTestResult::ECaseLeave ))
  1845             TFullTestResult::ECaseLeave ))
  1840             {
  1846             {