X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FPassiveQueue.test.cc;h=172db85b5780c483d016ce9ac823ae084cb6de74;hb=f2f5d59e83863f3b513950173baee1b6da2aee3c;hp=2fe3b9c14f42a49d48b7012d1b783374d7208ade;hpb=d6abda313f70c8a849c5e3f3bbfc12ce301789f1;p=senf.git diff --git a/PPI/PassiveQueue.test.cc b/PPI/PassiveQueue.test.cc index 2fe3b9c..172db85 100644 --- a/PPI/PassiveQueue.test.cc +++ b/PPI/PassiveQueue.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 PassiveQueue.test unit tests */ + \brief PassiveQueue unit tests */ //#include "PassiveQueue.test.hh" //#include "PassiveQueue.test.ih" @@ -54,7 +54,7 @@ BOOST_AUTO_UNIT_TEST(passiveQueue) ppi::init(); senf::Packet p (senf::DataPacket::create()); - + BOOST_CHECK( ! sink ); source.submit(p); BOOST_CHECK( sink );