all unit tests: replaced BOOST_AUTO_UNIT_TEST with new SENF_AUTO_UNIT_TEST macro
[senf.git] / senf / Utils / TypeInfo.test.cc
index d89c977..9c6b796 100644 (file)
@@ -48,7 +48,7 @@ namespace test {
     enum Blub { A, B, C };
 }
 
-BOOST_AUTO_UNIT_TEST(prettyName)
+SENF_AUTO_UNIT_TEST(prettyName)
 {
     typedef test::Foo< test::Foo<test::Blub, 1>, 10> TestType;
     TestType ob;