X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeInfo.test.cc;h=63842079f78c55bc10bad98e51da4334637b19a7;hb=4101c2b818ec67e7469ebb44f030eed2185c4ab0;hp=f77c530bfbebf3de1deca693ce3eb7b675bb6342;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/TypeInfo.test.cc b/senf/Utils/TypeInfo.test.cc index f77c530..6384207 100644 --- a/senf/Utils/TypeInfo.test.cc +++ b/senf/Utils/TypeInfo.test.cc @@ -29,11 +29,11 @@ // Custom includes #include "TypeInfo.hh" -#include "../Utils/auto_unit_test.hh" +#include #include #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace test { @@ -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, 10> TestType; TestType ob; @@ -58,7 +58,7 @@ BOOST_AUTO_UNIT_TEST(prettyName) BOOST_CHECK_EQUAL( senf::prettyName(typeid(baseOb)), "test::Foo, 10>" ); } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_