Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Utils / Logger / StreamRegistry.test.cc
index a5bd138..acb9fb5 100644 (file)
 // Custom includes
 #include "main.test.hh"
 
-#include "../../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
-BOOST_AUTO_UNIT_TEST(streamRegistry)
+SENF_AUTO_UNIT_TEST(streamRegistry)
 {
-    char const * streams[] = 
+    char const * streams[] =
         { "senf::SenfLog", "senf::log::Debug", "senf::log::test::myStream" };
 
     BOOST_CHECK_EQUAL_COLLECTIONS( senf::log::StreamRegistry::instance().begin(),