X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FDuplicators.test.cc;h=72127e3df4e5e7b8136d323ddab05f064cae8a0a;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=ed8701f3b034d5b0af0cf23b0a49103f3139759e;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/PPI/Duplicators.test.cc b/senf/PPI/Duplicators.test.cc index ed8701f..72127e3 100644 --- a/senf/PPI/Duplicators.test.cc +++ b/senf/PPI/Duplicators.test.cc @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2009 +// Copyright (C) 2009 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -36,14 +36,14 @@ #include #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace ppi = senf::ppi; namespace connector = ppi::connector; namespace module = ppi::module; namespace debug = module::debug; -BOOST_AUTO_UNIT_TEST(activeDuplicator) +SENF_AUTO_UNIT_TEST(activeDuplicator) { debug::ActiveSource source; module::ActiveDuplicator duplicator; @@ -64,7 +64,7 @@ BOOST_AUTO_UNIT_TEST(activeDuplicator) BOOST_CHECK( sink2.pop_front() == p ); } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_