stif/TestCombiner/src/TestCaseNotify.cpp
branchRCL_3
changeset 18 3406c99bc375
parent 0 a03f92240627
equal deleted inserted replaced
16:8f8df8006c40 18:3406c99bc375
  1490 */
  1490 */
  1491 void CTestCommandNotifier::Start()
  1491 void CTestCommandNotifier::Start()
  1492     {
  1492     {
  1493     __TRACE(KMessage, (_L("CTestEventNotifier::StartL (combiner)")));
  1493     __TRACE(KMessage, (_L("CTestEventNotifier::StartL (combiner)")));
  1494 
  1494 
  1495     TInt res = iTestCase->TestExecution().NotifyCommand2(iCommandPckg, iParamsPckg, iStatus, KErrNone);
  1495     iTestCase->TestExecution().NotifyCommand2(iCommandPckg, iParamsPckg, iStatus, KErrNone);
  1496     SetActive();
  1496     SetActive();
  1497     }
  1497     }
  1498 
  1498 
  1499 /*
  1499 /*
  1500 -------------------------------------------------------------------------------
  1500 -------------------------------------------------------------------------------