Fix Build-Depends in debian/control
[senf.git] / Scheduler / Poller.test.cc
index f36cdff..e40290c 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Poller.test unit tests */
+    \brief Poller unit tests */
 
 //#include "Poller.test.hh"
 //#include "Poller.test.ih"
@@ -36,7 +36,9 @@
 ///////////////////////////////cc.p////////////////////////////////////////
 
 BOOST_AUTO_UNIT_TEST(poller)
-{}
+{
+    BOOST_CHECK( true );
+}
 
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_