X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2Fpsi2tsModule%2Fpsi2ts.test.cc;h=434cf5f6fc76f80564292400158307d46decd031;hb=0fb5ed1adf2f67dbf47fdfed3f3c8be989cf3618;hp=b23fc834073441033ab8b48d6235c46733c02b02;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/Examples/psi2tsModule/psi2ts.test.cc b/Examples/psi2tsModule/psi2ts.test.cc index b23fc83..434cf5f 100644 --- a/Examples/psi2tsModule/psi2ts.test.cc +++ b/Examples/psi2tsModule/psi2ts.test.cc @@ -58,7 +58,7 @@ bool equal_elements(InputIterator first, InputIterator last, const T& value) } -BOOST_AUTO_UNIT_TEST(one_section_to_one_transportpacket) +SENF_AUTO_UNIT_TEST(one_section_to_one_transportpacket) { senf::ppi::module::debug::ActiveSource source; senf::ppi::module::debug::PassiveSink sink; @@ -90,7 +90,7 @@ BOOST_AUTO_UNIT_TEST(one_section_to_one_transportpacket) 0xffu)); } -BOOST_AUTO_UNIT_TEST(one_section_to_two_transportpackets) +SENF_AUTO_UNIT_TEST(one_section_to_two_transportpackets) { senf::ppi::module::debug::ActiveSource source; senf::ppi::module::debug::PassiveSink sink; @@ -130,7 +130,7 @@ BOOST_AUTO_UNIT_TEST(one_section_to_two_transportpackets) 0xffu)); } -BOOST_AUTO_UNIT_TEST(many_sections_to_many_transportpackets) +SENF_AUTO_UNIT_TEST(many_sections_to_many_transportpackets) { senf::ppi::module::debug::ActiveSource source; senf::ppi::module::debug::PassiveSink sink;