X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2Fpsi2tsModule%2Fpsi2ts.test.cc;h=434cf5f6fc76f80564292400158307d46decd031;hb=5bd0f0d58ba30d95a02b46fc9122a7e981bcbcad;hp=6cd4f5d791c6bb6d5500f8e4f1f77174f50d4536;hpb=f86ea444009c0b82929b141fa2324183258e1587;p=senf.git diff --git a/Examples/psi2tsModule/psi2ts.test.cc b/Examples/psi2tsModule/psi2ts.test.cc index 6cd4f5d..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; @@ -89,8 +89,8 @@ BOOST_AUTO_UNIT_TEST(one_section_to_one_transportpacket) ts_payload_data.end(), 0xffu)); } -#include -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;