Socket/Protocols/Raw: EUI64 documentation
[senf.git] / Packets / MPEGDVBBundle / GREPacket.test.cc
index 52d38ef..c3481fa 100644 (file)
@@ -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 <joachim.kaeber@fokus.fraunhofer.de>
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
+//     Joachim Kaeber <jkaeber@berlios.de>
 //
 // 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 );
 }