lbstest/lbstestproduct/lbsx3p/src/ctlbsx3psteptransmit.cpp
changeset 60 9a7e3d5f461a
parent 36 b47902b73a93
--- a/lbstest/lbstestproduct/lbsx3p/src/ctlbsx3psteptransmit.cpp	Wed Aug 18 11:11:46 2010 +0300
+++ b/lbstest/lbstestproduct/lbsx3p/src/ctlbsx3psteptransmit.cpp	Fri Sep 17 08:37:32 2010 +0300
@@ -1364,14 +1364,15 @@
 				    SetTestStepResult(EFail);
 				    }
 		    	// we are stampping the received time after callback ,so we are adding 1s for actual maxtime.
-			    TInt64 realtimediff= maxtime_ini + 1000000;
+			    TInt64 realtimediff= maxtime_ini + 2000000;
 				//Timedifference between position actually received and position actually requested
 				TInt64 actualtimediff;
 		        actualtimediff = iTimeReceived.Int64() - iTimeRequested.Int64();
+		        INFO_PRINTF2(_L("timediff = %ld"), actualtimediff);
 		        //compare actualtimediff with realtimediff
 				if(actualtimediff > realtimediff)
 					{
-					INFO_PRINTF1(_L("timediff not matched with maxfixtime in profile"));
+					INFO_PRINTF2(_L("timediff greater than maxfixtime %ld in profile"), realtimediff);
 					SetTestStepResult(EFail);
 					}
 				}