X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2Fpsi2tsModule%2Fpsi2ts.test.cc;h=434cf5f6fc76f80564292400158307d46decd031;hb=5bd0f0d58ba30d95a02b46fc9122a7e981bcbcad;hp=c047c46e38c7867b9ddec94e19635eef4bb5167e;hpb=8ac1897a6759df5e28a5d88c1409cc8fdf373920;p=senf.git diff --git a/Examples/psi2tsModule/psi2ts.test.cc b/Examples/psi2tsModule/psi2ts.test.cc index c047c46..434cf5f 100644 --- a/Examples/psi2tsModule/psi2ts.test.cc +++ b/Examples/psi2tsModule/psi2ts.test.cc @@ -24,13 +24,13 @@ \brief psi2ts unit tests */ // Custom includes -#include "senf/PPI/DebugModules.hh" -#include "senf/PPI/Setup.hh" +#include +#include #include #include #include "psi2ts.hh" -#include "../../Utils/auto_unit_test.hh" +#include #include #include @@ -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;