X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FServer.test.cc;h=0f58656e30f5a1e9ed677c08103a41ffe0a65eda;hb=fc1569e67cfda71bc8c406617a5e0b05f28f1b47;hp=45bb758f6828e4a2d7128dda54757130d83ca2a9;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Utils/Console/Server.test.cc b/senf/Utils/Console/Server.test.cc index 45bb758..0f58656 100644 --- a/senf/Utils/Console/Server.test.cc +++ b/senf/Utils/Console/Server.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 @@ -27,7 +27,7 @@ //#include "Server.test.ih" // Custom includes -#include "Server.hh" +#include "Console.hh" #include #include @@ -35,8 +35,10 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// -BOOST_AUTO_UNIT_TEST(server) -{} +SENF_AUTO_UNIT_TEST(server) +{ + BOOST_CHECK( true ); +} ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_