X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketProtocol.test.cc;h=a6e855b08836b6076568118a3e84f1648e4f18db;hb=3cb0a2ff50b8f1111da34b696e64fb1b037cd683;hp=2168488f25296f84dc1ea9155714e7fe2ad027d1;hpb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;p=senf.git diff --git a/Socket/SocketProtocol.test.cc b/Socket/SocketProtocol.test.cc index 2168488..a6e855b 100644 --- a/Socket/SocketProtocol.test.cc +++ b/Socket/SocketProtocol.test.cc @@ -1,9 +1,9 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// 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 // it under the terms of the GNU General Public License as published by @@ -30,7 +30,7 @@ #include "SocketPolicy.hh" #include "SocketProtocol.test.hh" -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ @@ -38,7 +38,7 @@ BOOST_AUTO_UNIT_TEST(socketProtocol) { - senf::test::SomeProtocol protocol; + senf::test::SomeSocketProtocol protocol; // This would fail an assertion ... // BOOST_CHECK( protocol.body() == 0 );