changeset 149 | d9f1e5bfe28c |
parent 0 | a41df078684a |
child 296 | 94f2adf59133 |
--- a/kerneltest/e32test/system/t_mstim.cpp Mon May 24 18:45:46 2010 +0100 +++ b/kerneltest/e32test/system/t_mstim.cpp Thu Jun 10 11:48:01 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()