X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FIOEvent.test.cc;h=32ee26682619ad3c6175d3239656a3e555aef067;hb=6ba573a99f93543ee32292f79865751b3e9b89a4;hp=cdd97b7f1fb100649973b059f696ca14c57734bd;hpb=9e64a6d6a4840325f74502ba959ebd56fbb8441c;p=senf.git diff --git a/PPI/IOEvent.test.cc b/PPI/IOEvent.test.cc index cdd97b7..32ee266 100644 --- a/PPI/IOEvent.test.cc +++ b/PPI/IOEvent.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,7 +29,7 @@ // Custom includes #include "IOEvent.hh" -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ @@ -37,7 +37,7 @@ BOOST_AUTO_UNIT_TEST(ioEvent) { - // Tested in SocketReader.test.cc and SocketWriter.test.cc + // Tested in SocketSource.test.cc and SocketSink.test.cc } ///////////////////////////////cc.e////////////////////////////////////////