X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FException.test.cc;h=d9f1297eab45d5e16cb9660d65293f14459cd766;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=0f0db829c1022ef40ac81b52cbd2e8751a970cbe;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Exception.test.cc b/senf/Utils/Exception.test.cc index 0f0db82..d9f1297 100644 --- a/senf/Utils/Exception.test.cc +++ b/senf/Utils/Exception.test.cc @@ -31,13 +31,13 @@ #include #include -#include "../Utils/auto_unit_test.hh" +#include #include #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_AUTO_UNIT_TEST(wrapException) +SENF_AUTO_UNIT_TEST(wrapException) { bool bad_cast (false); @@ -71,7 +71,7 @@ BOOST_AUTO_UNIT_TEST(wrapException) BOOST_CHECK( bad_cast ); } -BOOST_AUTO_UNIT_TEST(errnoException) +SENF_AUTO_UNIT_TEST(errnoException) { try { try { @@ -93,7 +93,7 @@ BOOST_AUTO_UNIT_TEST(errnoException) } } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_