kerneltest/e32test/system/t_mstim.cpp
branchRCL_3
changeset 89 1df514389a47
parent 0 a41df078684a
child 296 94f2adf59133
--- a/kerneltest/e32test/system/t_mstim.cpp	Wed Mar 31 23:38:45 2010 +0300
+++ b/kerneltest/e32test/system/t_mstim.cpp	Wed Apr 14 17:22:59 2010 +0300
@@ -84,7 +84,7 @@
 	TInt r=mstim.GetInfo(aId,info);
 	CHECK(r);
 	TEST(info.iCount==1);
-	return info.iMin/1000;
+	return (info.iMin+500)/1000;
 	}
 
 GLDEF_C TInt E32Main()