Added additional operators to RestrictedInt and made
[senf.git] / senf / Scheduler / ClockService.test.cc
index 72b3a31..382b908 100644 (file)
@@ -61,7 +61,7 @@ namespace {
 
 SENF_AUTO_UNIT_TEST(clockService)
 {
-    BOOST_CHECK( senf::ClockService::abstime(0).is_not_a_date_time());
+    BOOST_CHECK( senf::ClockService::abstime(senf::ClockService::clock_type(0)).is_not_a_date_time());
 
     char const * enabled (getenv("SENF_TIMING_CRITICAL_TESTS"));
     BOOST_WARN_MESSAGE(enabled, "Set SENF_TIMING_CRITICAL_TESTS to not skip timing critical tests");