traceservices/tracefw/ost_trace_api/unit_test/te_ost/src/te_check_performance_step.cpp
branchRCL_3
changeset 23 26645d81f48d
parent 0 08ec8eefde2f
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
    47 	// framework uses the test step name immediately following construction to set
    47 	// framework uses the test step name immediately following construction to set
    48 	// up the step's unique logging ID.
    48 	// up the step's unique logging ID.
    49 	SetTestStepName(KCheckPerformanceStep);
    49 	SetTestStepName(KCheckPerformanceStep);
    50 
    50 
    51  	SetLogFilename(KLogFilename);
    51  	SetLogFilename(KLogFilename);
    52  	DeleteLogFile();
       
    53 	}
    52 	}
    54 
    53 
    55 TVerdict CCheckPerformanceStep::doTestStepPreambleL()
    54 TVerdict CCheckPerformanceStep::doTestStepPreambleL()
    56 	{
    55 	{
       
    56 	DeleteLogFileL();
       
    57 	
    57 	if(TestStepResult()==EPass)
    58 	if(TestStepResult()==EPass)
    58 		{
    59 		{
    59 		//SetTestStepResult(EFail);
    60 		//SetTestStepResult(EFail);
    60 		}
    61 		}
    61 	return TestStepResult();
    62 	return TestStepResult();