more usable unix sockets classes
[senf.git] / Socket / Protocols / UN / UNProtocol.test.cc
index 5ab47b6..b9be969 100644 (file)
@@ -1,6 +1,7 @@
-// $Id$
-//
 // Copyright (C) 2007 
+// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
+// Kompetenzzentrum NETwork research (NET)
+//     David Wagner <david.wagner@fokus.fraunhofer.de>
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -26,7 +27,7 @@
 // Custom includes
 #include "UNProtocol.hh"
 
-#include <boost/test/auto_unit_test.hpp>
+#include "../../../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
@@ -34,7 +35,7 @@
 
 BOOST_AUTO_UNIT_TEST(unProtocol)
 {
-    std::string testS = "/tmp/senfTestSocket";
+  
     //zZ leer
 }