X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FServer.test.cc;h=f5da6f1436886c1d43ec6ac215bf7cd0e69e30ae;hb=4101c2b818ec67e7469ebb44f030eed2185c4ab0;hp=e81aa3de0debb3c321b6f91ef004f0124e060f37;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Console/Server.test.cc b/senf/Utils/Console/Server.test.cc index e81aa3d..f5da6f1 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,18 +27,20 @@ //#include "Server.test.ih" // Custom includes -#include "Server.hh" +#include "Console.hh" -#include "../../Utils/auto_unit_test.hh" +#include #include #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_AUTO_UNIT_TEST(server) -{} +SENF_AUTO_UNIT_TEST(server) +{ + BOOST_CHECK( true ); +} -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_