traceservices/commsdebugutility/TE_commsdebugutility/src/step_024_xx.cpp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
--- a/traceservices/commsdebugutility/TE_commsdebugutility/src/step_024_xx.cpp	Tue Aug 31 16:57:14 2010 +0300
+++ b/traceservices/commsdebugutility/TE_commsdebugutility/src/step_024_xx.cpp	Wed Sep 01 12:39:58 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -75,10 +75,8 @@
 	INFO_PRINTF1(_L("Step 024.01 called "));
 	if ( executeStepL() == KErrNone  )
 		SetTestStepResult(EPass);
-
 	else
 		SetTestStepResult(EFail);
-
 	
 	return TestStepResult();
 	}
@@ -288,10 +286,8 @@
 	{
 	if ( executeStepL() == KErrNone  )
 		SetTestStepResult(EPass);
-
 	else
 		SetTestStepResult(EFail);
-
 	
 	return TestStepResult();
 	}
@@ -411,10 +407,8 @@
 	{
 	if ( executeStepL() == KErrNone  )
 		SetTestStepResult(EPass);
-
 	else
 		SetTestStepResult(EFail);
-
 	
 	return TestStepResult();
 	}
@@ -564,10 +558,8 @@
 	{
 	if ( executeStepL() == KErrNone  )
 		SetTestStepResult(EPass);
-
 	else
 		SetTestStepResult(EFail);
-
 	
 	return TestStepResult();
 	}
@@ -679,10 +671,8 @@
 	{
 	if ( executeStepL() == KErrNone  )
 		SetTestStepResult(EPass);
-
 	else
 		SetTestStepResult(EFail);
-
 	
 	return TestStepResult();
 	}
@@ -792,10 +782,8 @@
 	{
 	if ( executeStepL() == KErrNone  )
 		SetTestStepResult(EPass);
-
 	else
 		SetTestStepResult(EFail);
-
 	
 	return TestStepResult();
 	}
@@ -914,10 +902,8 @@
 	INFO_PRINTF1(_L("Step 027.13 called "));
 	if ( executeStepL() == KErrNone  )
 		SetTestStepResult(EPass);
-
 	else
 		SetTestStepResult(EFail);
-
 	INFO_PRINTF1(_L("leaving Step 027.13"));
 	User::After(KTimeForDisplay);
 
@@ -1081,10 +1067,8 @@
 	{
 	if ( executeStepL() == KErrNone  )
 		SetTestStepResult(EPass);
-
 	else
 		SetTestStepResult(EFail);
-
 	User::After(KTimeForDisplay);
 
 	
@@ -1143,7 +1127,9 @@
 	
 		User::SetHomeTime(time);
 		TTime currentMicrosecs;
+		TTimeIntervalDays newDate;
 		currentMicrosecs.HomeTime();
+		newDate = currentMicrosecs.DaysFrom(TTime(0));
 
 		RFileLogger ::Write(KStdSubsysTag16, KStdCompTag16,EFileLoggingModeAppend, KTestMessage);
 		User::After(KTimeToLog);