all unit tests: replaced BOOST_AUTO_UNIT_TEST with new SENF_AUTO_UNIT_TEST macro
[senf.git] / senf / PPI / AnnotationRouter.test.cc
index 9919d22..28de963 100644 (file)
@@ -60,7 +60,7 @@ namespace {
     };
 }
 
-BOOST_AUTO_UNIT_TEST(annotationRouter)
+SENF_AUTO_UNIT_TEST(annotationRouter)
 {
     debug::ActiveSource source;
     debug::PassiveSink sink1;