Packets: Add StringParser ostream operation
[senf.git] / PPI / IOEvent.test.cc
index cdd97b7..226f281 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 IOEvent.test unit tests */
+    \brief IOEvent unit tests */
 
 //#include "IOEvent.test.hh"
 //#include "IOEvent.test.ih"
@@ -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////////////////////////////////////////