X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FEventManager.test.cc;h=ee1c5848b7fa075a125a36b454cbba24b4456f28;hb=6ba573a99f93543ee32292f79865751b3e9b89a4;hp=ea9b88675235d2c5e6ceba3b103a93af9451dfb7;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/PPI/EventManager.test.cc b/PPI/EventManager.test.cc index ea9b886..ee1c584 100644 --- a/PPI/EventManager.test.cc +++ b/PPI/EventManager.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 @@ -29,14 +29,16 @@ // Custom includes #include "EventManager.hh" -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// BOOST_AUTO_UNIT_TEST(eventManager) -{} +{ + // Tested indirectly by Route.test.cc and Module.test.cc +} ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_