kerneltest/e32test/system/t_mstim.cpp
changeset 189 a5496987b1da
parent 0 a41df078684a
child 296 94f2adf59133
--- a/kerneltest/e32test/system/t_mstim.cpp	Wed Jun 23 12:58:21 2010 +0100
+++ b/kerneltest/e32test/system/t_mstim.cpp	Thu Jul 01 17:57:33 2010 +0100
@@ -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()