- close on socket handle now calls v_close() -> protocol()->close()
[senf.git] / Socket / ProtocolServerSocketHandle.test.cc
index 00ac46b..4cda809 100644 (file)
@@ -29,7 +29,7 @@
 #include "ProtocolServerSocketHandle.hh"
 #include "SocketProtocol.test.hh"
 
-#include <boost/test/auto_unit_test.hpp>
+#include "../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
@@ -91,4 +91,5 @@ BOOST_AUTO_UNIT_TEST(protocolServerSocketHandle)
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
 // compile-command: "scons -u test"
+// comment-column: 40
 // End: