Utils/Termlib: Extend the completion API
[senf.git] / PPI / PassiveQueue.test.cc
index d1b2550..172db85 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 PassiveQueue.test unit tests */
+    \brief PassiveQueue unit tests */
 
 //#include "PassiveQueue.test.hh"
 //#include "PassiveQueue.test.ih"
@@ -32,7 +32,7 @@
 #include "Setup.hh"
 #include "../Packets/Packets.hh"
 
-#include <boost/test/auto_unit_test.hpp>
+#include "../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
@@ -54,7 +54,7 @@ BOOST_AUTO_UNIT_TEST(passiveQueue)
     ppi::init();
 
     senf::Packet p (senf::DataPacket::create());
-    
+
     BOOST_CHECK( ! sink );
     source.submit(p);
     BOOST_CHECK( sink );