kerneltest/e32test/system/t_mstim.cpp
branchRCL_3
changeset 23 1df514389a47
parent 0 a41df078684a
equal deleted inserted replaced
22:2f92ad2dc5db 23:1df514389a47
    82 	{
    82 	{
    83 	SMsTimerInfo info;
    83 	SMsTimerInfo info;
    84 	TInt r=mstim.GetInfo(aId,info);
    84 	TInt r=mstim.GetInfo(aId,info);
    85 	CHECK(r);
    85 	CHECK(r);
    86 	TEST(info.iCount==1);
    86 	TEST(info.iCount==1);
    87 	return info.iMin/1000;
    87 	return (info.iMin+500)/1000;
    88 	}
    88 	}
    89 
    89 
    90 GLDEF_C TInt E32Main()
    90 GLDEF_C TInt E32Main()
    91 //
    91 //
    92 // Test millisecond timers
    92 // Test millisecond timers