X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FEvents.test.cc;h=1348ae29162c9f3b66525a59ccba1abbb776b1a0;hb=2246ca853064965a7b263c49597c4e74397b989b;hp=5f3b4f2d65cb0b7f69debecdc7acadf2daa185ee;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/PPI/Events.test.cc b/PPI/Events.test.cc index 5f3b4f2..1348ae2 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) +// 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 "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_