X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FException.test.cc;h=3de5680ddea765bcf1d39e0405a14cdf44f5c59b;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=0f0db829c1022ef40ac81b52cbd2e8751a970cbe;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Exception.test.cc b/senf/Utils/Exception.test.cc index 0f0db82..3de5680 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 {