X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FEvents.test.cc;h=c80448a6086dca434828dac0bcf549623309ce47;hb=bd9f9d3fd6fbcff0112a7bf48ab9284da9576b11;hp=5f3b4f2d65cb0b7f69debecdc7acadf2daa185ee;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/PPI/Events.test.cc b/PPI/Events.test.cc index 5f3b4f2..c80448a 100644 --- a/PPI/Events.test.cc +++ b/PPI/Events.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 Events.test unit tests */ + \brief Events unit tests */ //#include "Events.test.hh" //#include "Events.test.ih" @@ -29,14 +29,16 @@ // Custom includes #include "Events.hh" -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// BOOST_AUTO_UNIT_TEST(events) -{} +{ + // Tested in Route.test.cc +} ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_