X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketData.test.cc;h=76806f627bb8b8ac61e4404e39f7410d085d50de;hb=c45c112ae88196ea8da9c5a9efb0e167196744d2;hp=4354b9a9fa32749313c8375a500431c65bd09190;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/PacketData.test.cc b/Packets/PacketData.test.cc index 4354b9a..76806f6 100644 --- a/Packets/PacketData.test.cc +++ b/Packets/PacketData.test.cc @@ -1,6 +1,8 @@ -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// $Id$ +// +// 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 @@ -19,16 +21,15 @@ // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /** \file - \brief PacketData.test unit tests */ + \brief PacketData unit tests */ //#include "PacketData.test.hh" //#include "PacketData.test.ih" // Custom includes -#include "PacketData.hh" -#include "PacketType.hh" +#include "Packets.hh" -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ @@ -137,4 +138,6 @@ BOOST_AUTO_UNIT_TEST(safePacketIterator) // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: