Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Exception.test.cc
index ca3a04d..d9f1297 100644 (file)
@@ -35,9 +35,9 @@
 #include <boost/test/test_tools.hpp>
 
 #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_
 
 \f