X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseArray.test.cc;h=3d482a18f8f5168f6993f0d318fbb252e0b84c53;hb=9a988902090d28007578e93bffd809f6bd913155;hp=59a9898fc6113330c66a62e7bf08bc9991aa8a16;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/ParseArray.test.cc b/Packets/ParseArray.test.cc index 59a9898..3d482a1 100644 --- a/Packets/ParseArray.test.cc +++ b/Packets/ParseArray.test.cc @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -35,7 +35,7 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// -using namespace satcom::pkf; +using namespace senf; BOOST_AUTO_UNIT_TEST(parseArray_test) { @@ -63,5 +63,8 @@ BOOST_AUTO_UNIT_TEST(parseArray_test) // Local Variables: // mode: c++ -// c-file-style: "satcom" +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: