Added SENF_NO_DEBUG symbol and removed dependency on NDEBUG
[senf.git] / Utils / pool_alloc_mixin.test.cc
index e91ac4a..90e6f7d 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
 // Copyright (C) 2007 
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
+// Fraunhofer Institute for Open Communication Systems (FOKUS) 
+// Competence Center NETwork research (NET), St. Augustin, GERMANY 
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -43,7 +43,7 @@ namespace {
 
 BOOST_AUTO_UNIT_TEST(poolAllocMixin)
 {
-#ifndef NDEBUG
+#ifndef SENF_NO_DEBUG
     BOOST_CHECK_EQUAL( Test::allocCounter(), 0u );
 
     {