X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FModule.test.cc;h=ca678443d48da2073151d34f9fd63d3bdb791421;hb=f2f5d59e83863f3b513950173baee1b6da2aee3c;hp=47795da47aca1889750aaa482128e41dad84a88c;hpb=e84dd6c52a07fc9e283cbd72c7616f3523920387;p=senf.git diff --git a/PPI/Module.test.cc b/PPI/Module.test.cc index 47795da..ca67844 100644 --- a/PPI/Module.test.cc +++ b/PPI/Module.test.cc @@ -1,6 +1,8 @@ -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// $Id$ +// +// 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 @@ -19,7 +21,7 @@ // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /** \file - \brief Module.test unit tests */ + \brief Module unit tests */ //#include "Module.test.hh" //#include "Module.test.ih" @@ -30,7 +32,7 @@ #include "Setup.hh" #include "Module.hh" -#include +#include "../Utils/auto_unit_test.hh" #include #include @@ -47,7 +49,7 @@ namespace { SENF_PPI_MODULE(TestModule); public: - connector::ActiveOutput output; + connector::ActiveOutput<> output; ppi::DebugEvent event;