Utils/Logger: Implement TimeSource facility
[senf.git] / PPI / IOEvent.test.cc
index cdd97b7..884c480 100644 (file)
@@ -29,7 +29,7 @@
 // Custom includes
 #include "IOEvent.hh"
 
-#include <boost/test/auto_unit_test.hpp>
+#include "../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
@@ -37,7 +37,7 @@
 
 BOOST_AUTO_UNIT_TEST(ioEvent)
 {
-    // Tested in SocketReader.test.cc and SocketWriter.test.cc
+    // Tested in SocketSource.test.cc and SocketSink.test.cc
 }
 
 ///////////////////////////////cc.e////////////////////////////////////////