X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FQueueing.test.cc;h=5f18e15de4a4f253755710e4d51eb16d248f1729;hb=a1fdb7bb122f0b05be809a922d4b7ef5e125fa67;hp=7e05f4e60f880ddb9e12ce1426141ade4115f9a4;hpb=8d2d26f114d3df0a60c5c516fcf40671b1e55558;p=senf.git diff --git a/PPI/Queueing.test.cc b/PPI/Queueing.test.cc index 7e05f4e..5f18e15 100644 --- a/PPI/Queueing.test.cc +++ b/PPI/Queueing.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 @@ -21,7 +21,7 @@ // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /** \file - \brief Queueing.test unit tests */ + \brief Queueing unit tests */ //#include "Queueing.test.hh" //#include "Queueing.test.ih" @@ -34,7 +34,7 @@ #include "../Packets/Packets.hh" #include "Setup.hh" -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ @@ -50,8 +50,8 @@ namespace { { SENF_PPI_MODULE(QueueTester); public: - connector::PassiveInput input; - connector::ActiveOutput output; + connector::PassiveInput<> input; + connector::ActiveOutput<> output; QueueTester() { route(input, output);