fixed some minor documentation typos
[senf.git] / senf / Socket / Protocols / BSDAddressingPolicy.test.cc
index f793efa..12d3d3d 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2008 
+// Copyright (C) 2008
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 
 // Custom includes
 #include "BSDAddressingPolicy.hh"
-#include "INet/TCPSocketHandle.hh"
+#include <senf/Socket/Protocols/INet/TCPSocketHandle.hh>
 
-#include "../../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-BOOST_AUTO_UNIT_TEST(bsdAddressingPolicy)
+SENF_AUTO_UNIT_TEST(bsdAddressingPolicy)
 {
     typedef senf::ClientSocketHandle<senf::MakeSocketPolicy<
         senf::BSDAddressingPolicy>::policy> BSDHandle;
@@ -45,7 +45,7 @@ BOOST_AUTO_UNIT_TEST(bsdAddressingPolicy)
     BOOST_CHECK_EQUAL( BSDHandle(tcph).local(), tcph.local() );
 }
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f