- close on socket handle now calls v_close() -> protocol()->close()
[senf.git] / Socket / ProtocolServerSocketHandle.test.cc
index e960e02..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_
@@ -90,4 +90,6 @@ BOOST_AUTO_UNIT_TEST(protocolServerSocketHandle)
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: