X-Git-Url: http://g0dil.de/git?p=senf.git;a=blobdiff_plain;f=senf%2FScheduler%2FTimerEventProxy.test.cc;fp=senf%2FScheduler%2FTimerEventProxy.test.cc;h=73e9fd4078394768fd424ec080f80b80c0577a33;hp=60002a323fd6acd29015ef4646a4b872c899b8b4;hb=114131e8774ab05964646992613a98dcedf92434;hpb=728c6fbeb525a2b48b927ebf17cc06ca943583b2 diff --git a/senf/Scheduler/TimerEventProxy.test.cc b/senf/Scheduler/TimerEventProxy.test.cc index 60002a3..73e9fd4 100644 --- a/senf/Scheduler/TimerEventProxy.test.cc +++ b/senf/Scheduler/TimerEventProxy.test.cc @@ -75,7 +75,7 @@ SENF_AUTO_UNIT_TEST(timerEventProxy) timers.add( now + ClockService::milliseconds(200), 1, &handler); BOOST_CHECK( timers.remove( 4)); BOOST_CHECK(! timers.remove( 4)); - BOOST_CHECK_EQUAL( timers.timeout(4), SENF_INT2CLOCKTYPE(0)); + BOOST_CHECK_EQUAL( timers.timeout(4), ClockService::clock_type(0)); timers.add( now + ClockService::milliseconds(700), 2, &handler); BOOST_CHECK_EQUAL( timers.timeout(1), now + ClockService::milliseconds(200));