kerneltest/e32test/system/t_mstim.cpp
changeset 102 ef2a444a7410
parent 0 a41df078684a
child 296 94f2adf59133
--- a/kerneltest/e32test/system/t_mstim.cpp	Fri Apr 16 16:24:37 2010 +0300
+++ b/kerneltest/e32test/system/t_mstim.cpp	Mon May 03 13:47:38 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()