summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstallions <stallions@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-11-02 16:57:10 +0000
committerstallions <stallions@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-11-02 16:57:10 +0000
commitf9027fcdef532b3dda937016958c856823e4c2f0 (patch)
tree090aa36ea9583a9c6e2dfaa09bee45d96fe57b4d
parent667bfe97053e8546ed7230035721df9b12f50502 (diff)
downloadATCD-f9027fcdef532b3dda937016958c856823e4c2f0.tar.gz
ChangeLogTag: Mon Nov 2 16:54:24 UTC 2009 Steven Stallion <stallions@ociweb.com>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tests/RTCORBA/Bug_3643_Regression/test_i.cpp4
2 files changed, 8 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 0ede84c6a77..5f2b19270cb 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Mon Nov 2 16:54:24 UTC 2009 Steven Stallion <stallions@ociweb.com>
+
+ * tests/RTCORBA/Bug_3643_Regression/test_i.cpp:
+
+ Dropped spurious use of NDEBUG; tests should not predicate debug
+ logging based on the (lack of) presence of NDEBUG.
+
Fri Oct 30 16:25:53 UTC 2009 Vladimir Zykov <vladimir.zykov@prismtech.com>
* tests/Bug_3755_Regression/orb1_svc.conf:
diff --git a/TAO/tests/RTCORBA/Bug_3643_Regression/test_i.cpp b/TAO/tests/RTCORBA/Bug_3643_Regression/test_i.cpp
index 55d36ae90e3..3fec3b5fbf6 100644
--- a/TAO/tests/RTCORBA/Bug_3643_Regression/test_i.cpp
+++ b/TAO/tests/RTCORBA/Bug_3643_Regression/test_i.cpp
@@ -30,7 +30,6 @@ test_i::method (CORBA::Long client_id,
TAO_Thread_Lane *lane =
static_cast <TAO_Thread_Lane *> (tss->lane_);
-#ifndef NDEBUG
if (lane)
ACE_DEBUG ((LM_DEBUG,
"Request in thread %t (pool id = %d; lane id = %d) for client %d iteration %d\n",
@@ -43,8 +42,7 @@ test_i::method (CORBA::Long client_id,
"Request in thread %t (default thread pool) for client %d iteration %d\n",
client_id,
iteration));
-#endif // NDEBUG
-
+
ACE_OS::sleep (this->nap_time_);
if (lane)