X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FActiveFeeder.test.cc;h=8fade6ade9c61fc7c053bc153fac334013b702d5;hb=a693cc27222e447fe920ba2eb122e4d5d664cc0f;hp=e5c66d26aa83cee68bcdd8bafa079e6aeef2214e;hpb=0327b3f303ea2a61d44a30bfaac022874dcf2a0d;p=senf.git diff --git a/PPI/ActiveFeeder.test.cc b/PPI/ActiveFeeder.test.cc index e5c66d2..8fade6a 100644 --- a/PPI/ActiveFeeder.test.cc +++ b/PPI/ActiveFeeder.test.cc @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -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);