diff -r 947f0dc9f7a8 -r ef2a444a7410 kerneltest/e32test/system/t_mstim.cpp --- 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()