stif/TestCombiner/src/TestCaseNotify.cpp
changeset 30 86a2e675b80a
parent 0 a03f92240627
equal deleted inserted replaced
26:4fde310f06fe 30:86a2e675b80a
  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 -------------------------------------------------------------------------------