X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FFileHandle.test.cc;h=014d07233158063b3e09a62b9758d7314bae114f;hb=d6abda313f70c8a849c5e3f3bbfc12ce301789f1;hp=93c15ea8291bcfc059ce6f9cceb4f6d2afd4ffbf;hpb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;p=senf.git diff --git a/Socket/FileHandle.test.cc b/Socket/FileHandle.test.cc index 93c15ea..014d072 100644 --- a/Socket/FileHandle.test.cc +++ b/Socket/FileHandle.test.cc @@ -31,7 +31,7 @@ #include #include "FileHandle.hh" -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ @@ -45,7 +45,7 @@ namespace { FHandle(int fd) : senf::FileHandle(std::auto_ptr( new senf::FileBody(fd))) {} - FHandle(std::string name) + FHandle(std::string const & name) : senf::FileHandle(std::auto_ptr( new senf::FileBody())) { @@ -119,4 +119,5 @@ BOOST_AUTO_UNIT_TEST(fileHandle) // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: