X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fpool_alloc_mixin.test.cc;h=a5ab332e89a08cf6e9d077e890df03a1625a14c2;hb=532240d72e09e19e57fac9bb55c2560b9c9e5b97;hp=2fb61071c539f415a55f81368f1c360ba0c13ccb;hpb=a9fd0471a3ca128c626a6771c4518f33ef78f053;p=senf.git diff --git a/Utils/pool_alloc_mixin.test.cc b/Utils/pool_alloc_mixin.test.cc index 2fb6107..a5ab332 100644 --- a/Utils/pool_alloc_mixin.test.cc +++ b/Utils/pool_alloc_mixin.test.cc @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// Copyright (C) 2007 +// 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 @@ -21,7 +21,7 @@ // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /** \file - \brief pool_alloc_mixin.test unit tests */ + \brief pool_alloc_mixin unit tests */ //#include "pool_alloc_mixin.test.hh" //#include "pool_alloc_mixin.test.ih" @@ -30,7 +30,7 @@ #include "pool_alloc_mixin.hh" #include -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ @@ -43,7 +43,7 @@ namespace { BOOST_AUTO_UNIT_TEST(poolAllocMixin) { -#ifndef NDEBUG +#ifdef SENF_DEBUG BOOST_CHECK_EQUAL( Test::allocCounter(), 0u ); {