Utils/Console: changed order of factory::Command parameters
[senf.git] / senf / Utils / Logger / SyslogUDPTarget.test.cc
index fb3a1ed..209f353 100644 (file)
@@ -29,6 +29,7 @@
 // Custom includes
 #include "SyslogUDPTarget.hh"
 #include <senf/Socket/Protocols/INet/UDPSocketHandle.hh>
+#include <boost/format.hpp>
 #include "Logger.hh"
 
 #include <senf/Utils/auto_unit_test.hh>
@@ -60,7 +61,7 @@ namespace {
 
 }
 
-BOOST_AUTO_UNIT_TEST(syslogUDPTarget)
+SENF_AUTO_UNIT_TEST(syslogUDPTarget)
 {
     senf::log::SyslogUDPTarget udplog (
         senf::INet4SocketAddress(senf::INet4Address::Loopback, port(0)));