traceservices/tracefw/ost_trace_api/unit_test/te_ost/src/te_check_performance_step.cpp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
    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();
    52 	}
    53 	}
    53 
    54 
    54 TVerdict CCheckPerformanceStep::doTestStepPreambleL()
    55 TVerdict CCheckPerformanceStep::doTestStepPreambleL()
    55 	{
    56 	{
    56 	DeleteLogFileL();
       
    57 	
       
    58 	if(TestStepResult()==EPass)
    57 	if(TestStepResult()==EPass)
    59 		{
    58 		{
    60 		//SetTestStepResult(EFail);
    59 		//SetTestStepResult(EFail);
    61 		}
    60 		}
    62 	return TestStepResult();
    61 	return TestStepResult();