Utils/Console: Add short help to 'ls' output
[senf.git] / PPI / EventManager.test.cc
index ea9b886..ed750a9 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Copyright (C) 2007 
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief EventManager.test unit tests */
+    \brief EventManager unit tests */
 
 //#include "EventManager.test.hh"
 //#include "EventManager.test.ih"
 // Custom includes
 #include "EventManager.hh"
 
-#include <boost/test/auto_unit_test.hpp>
+#include "../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
 BOOST_AUTO_UNIT_TEST(eventManager)
-{}
+{
+    // Tested indirectly by Route.test.cc and Module.test.cc
+}
 
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_