X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fmpl.test.cc;h=98dd09e9f4ebd07d5c577e39c3280d69c724097e;hb=941ca33da6ee01d78c07fa6b514de10da1ef3948;hp=9591a962a0a14f92cde3faaacc69327f09b14c33;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Utils/mpl.test.cc b/senf/Utils/mpl.test.cc index 9591a96..98dd09e 100644 --- a/senf/Utils/mpl.test.cc +++ b/senf/Utils/mpl.test.cc @@ -70,7 +70,7 @@ namespace { struct C {}; } -BOOST_AUTO_UNIT_TEST(senfmpl) +SENF_AUTO_UNIT_TEST(senfmpl) { BOOST_CHECK( choice::has_int_value ); BOOST_CHECK( ! choice::has_class_value ); @@ -104,7 +104,7 @@ namespace { } -BOOST_AUTO_UNIT_TEST(mplSlot) +SENF_AUTO_UNIT_TEST(mplSlot) { BOOST_CHECK_EQUAL( unsigned(Test::total), 8u ); }