X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FActiveFeeder.test.cc;h=efe99d71b614ce7e03817353760c28346e26ce79;hb=d6abda313f70c8a849c5e3f3bbfc12ce301789f1;hp=e5c66d26aa83cee68bcdd8bafa079e6aeef2214e;hpb=0327b3f303ea2a61d44a30bfaac022874dcf2a0d;p=senf.git diff --git a/PPI/ActiveFeeder.test.cc b/PPI/ActiveFeeder.test.cc index e5c66d2..efe99d7 100644 --- a/PPI/ActiveFeeder.test.cc +++ b/PPI/ActiveFeeder.test.cc @@ -31,7 +31,7 @@ #include "DebugModules.hh" #include "Setup.hh" -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ @@ -43,8 +43,8 @@ namespace module = senf::ppi::module; BOOST_AUTO_UNIT_TEST(activeFeeder) { - debug::PassivePacketSource source; - debug::PassivePacketSink sink; + debug::PassiveSource source; + debug::PassiveSink sink; module::ActiveFeeder feeder; ppi::connect(source,feeder);