X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FBSDAddressingPolicy.test.cc;h=12d3d3d3d621be64fb6a84dbffc9917e87a6e9c7;hb=99c145da3884f5c20a74337927ef2cbc073d80d7;hp=e8eb4d7b1106c88f06a597ab02f883ed8307e88e;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Socket/Protocols/BSDAddressingPolicy.test.cc b/senf/Socket/Protocols/BSDAddressingPolicy.test.cc index e8eb4d7..12d3d3d 100644 --- a/senf/Socket/Protocols/BSDAddressingPolicy.test.cc +++ b/senf/Socket/Protocols/BSDAddressingPolicy.test.cc @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -34,9 +34,9 @@ #include #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_AUTO_UNIT_TEST(bsdAddressingPolicy) +SENF_AUTO_UNIT_TEST(bsdAddressingPolicy) { typedef senf::ClientSocketHandle::policy> BSDHandle; @@ -45,7 +45,7 @@ BOOST_AUTO_UNIT_TEST(bsdAddressingPolicy) BOOST_CHECK_EQUAL( BSDHandle(tcph).local(), tcph.local() ); } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_