Added ICMPv6 types for IPv6 Neighbor Discovery
[senf.git] / senf / Scheduler / ClockService.test.cc
index 93c07f9..d634c05 100644 (file)
@@ -56,8 +56,11 @@ namespace {
 
 SENF_AUTO_UNIT_TEST(clockService)
 {
+    BOOST_CHECK( senf::ClockService::abstime(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");
+    BOOST_CHECK( true );
 
     senf::ClockService::restart(); // So we know, when the signal will be delivered