X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FMPEGDVBBundle%2FGREPacket.test.cc;h=c3481fa876bdaa887db10aa9080b1f06eb959ced;hb=b8ca4a544cce3e6023bb56b712a03d6362f2bb79;hp=52d38ef67c75dbc73c14b266205415de92bde5df;hpb=62e54b2c69f960f98c6800db90ef15c3e77bcee0;p=senf.git diff --git a/Packets/MPEGDVBBundle/GREPacket.test.cc b/Packets/MPEGDVBBundle/GREPacket.test.cc index 52d38ef..c3481fa 100644 --- a/Packets/MPEGDVBBundle/GREPacket.test.cc +++ b/Packets/MPEGDVBBundle/GREPacket.test.cc @@ -1,9 +1,9 @@ -// $Id$ +// $Id:GREPacket.test.cc 560 2007-12-13 14:39:37Z tho $ // // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Joachim Kaeber +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Joachim Kaeber // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -20,7 +20,8 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// Unit tests +/** \file + \brief GREPacket unit tests */ //#include "GREPacket.test.hh" //#include "GREPacket.test.ih" @@ -40,7 +41,7 @@ BOOST_AUTO_UNIT_TEST(GREPacket_packet) { senf::GREPacket p (senf::GREPacket::create()); - BOOST_CHECK_EQUAL( senf::Parse_GREPacket::init_bytes+0u, 4u ); + BOOST_CHECK_EQUAL( senf::GREPacketParser::init_bytes+0u, 4u ); //BOOST_CHECK_EQUAL( p->bytes(), 4u ); }