added FormFeed character for emacs to end of files
[senf.git] / senf / Socket / Protocols / UN / UNDatagramSocketHandle.test.cc
index 2297336..c50c64c 100644 (file)
@@ -29,7 +29,7 @@
 // Custom includes
 #include "UNDatagramSocketHandle.hh"
 
-#include "../../../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
@@ -62,7 +62,7 @@ BOOST_AUTO_UNIT_TEST(unDatagramSocketHandle)
     BOOST_CHECKPOINT( 7 );
     inputSocket.close();
 
-//    if( unlink(socketPath.c_str()) != 0)
+//    if (unlink(socketPath.c_str()) != 0)
 //        perror( "unlink failed");
 }