X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FUtility.test.cc;h=2496f3b23802e4b1eb77967cdd238e0d60c28e93;hb=9bf675b08d624cfac113a1a90dcfbd9503872b1d;hp=b9100df4b66ded5c1e0c8307cde47382db780d62;hpb=90f51da2398de98c2c217045f791ca7813730f48;p=senf.git diff --git a/senf/Utils/Console/Utility.test.cc b/senf/Utils/Console/Utility.test.cc index b9100df..2496f3b 100644 --- a/senf/Utils/Console/Utility.test.cc +++ b/senf/Utils/Console/Utility.test.cc @@ -47,7 +47,7 @@ namespace { } -BOOST_AUTO_UNIT_TEST(charAsString) +SENF_AUTO_UNIT_TEST(charAsString) { senf::console::Executor executor; senf::console::CommandParser parser; @@ -65,7 +65,7 @@ BOOST_AUTO_UNIT_TEST(charAsString) BOOST_CHECK_EQUAL( ss.str(), "\x01\n" ); } -BOOST_AUTO_UNIT_TEST(flagCollection) +SENF_AUTO_UNIT_TEST(flagCollection) { senf::console::Executor executor; senf::console::CommandParser parser;