summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-12-20 15:35:23 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-12-20 15:35:23 +0000
commit707a2e28196051efbb1663d3e4b3698ce57d4cbe (patch)
tree204e01ee34c7784a296e477e3afbf473a1c90c6c
parent4d6767d9bf20f7b1629bc2f884c40ab7bca4509c (diff)
downloadATCD-707a2e28196051efbb1663d3e4b3698ce57d4cbe.tar.gz
ChangeLogTag: Mon Dec 20 09:34:08 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLog33
-rwxr-xr-xTAO/orbsvcs/tests/Bug_1436_Regression/run_test.pl1
2 files changed, 20 insertions, 14 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 2b05f768d0f..1a968d568c3 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,22 +1,29 @@
+Mon Dec 20 09:34:08 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * orbsvcs/tests/Bug_1436_Regression/run_test.pl:
+
+ Removed an extra kill of the tao_ifr exe (which was causing a
+ timeout error to be printed).
+
Sun Dec 19 14:50:08 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
- * orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp:
+ * orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp:
+
+ Fixed the warning about not completely initializing all the
+ virtual base classes.
- Fixed the warning about not completely initializing all the
- virtual base classes.
-
- * orbsvcs/orbsvcs/Notify/Topology_Object.h:
+ * orbsvcs/orbsvcs/Notify/Topology_Object.h:
- Cosmetoc fixes.
+ Cosmetoc fixes.
Sat Dec 18 20:08:53 2004 J.T. Conklin <jtc@acorntoolworks.com>
- * orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.cpp:
+ * orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.cpp:
- Changed BasicLog_Test::test_log_destroy() to explicitly catch
- CORBA::OBJECT_NOT_EXIST, the expected results of this test; and
- to invoke ACE_PRINT_EXCEPTION() for unexpected exceptions only.
- This avoids false positives on the nightly scoreboard.
+ Changed BasicLog_Test::test_log_destroy() to explicitly catch
+ CORBA::OBJECT_NOT_EXIST, the expected results of this test; and
+ to invoke ACE_PRINT_EXCEPTION() for unexpected exceptions only.
+ This avoids false positives on the nightly scoreboard.
Sat Dec 18 09:56:04 2004 Olli Savia <ops@iki.fi>
@@ -27,8 +34,8 @@ Sat Dec 18 09:56:04 2004 Olli Savia <ops@iki.fi>
* tests/RTScheduling/Scheduling_Interceptor/test_client.cpp:
* tests/RTScheduling/Thread_Cancel/Thread_Task.cpp:
Replaced __Lynx__ macro with
- ACE_HAS_PREDEFINED_THREAD_CANCELLED_MACRO macro. This makes code
- maintenace easier across different LynxOS versions.
+ ACE_HAS_PREDEFINED_THREAD_CANCELLED_MACRO macro. This makes code
+ maintenace easier across different LynxOS versions.
Sat Dec 18 01:08:42 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
diff --git a/TAO/orbsvcs/tests/Bug_1436_Regression/run_test.pl b/TAO/orbsvcs/tests/Bug_1436_Regression/run_test.pl
index 3f1ec813550..a14f27a1a35 100755
--- a/TAO/orbsvcs/tests/Bug_1436_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/Bug_1436_Regression/run_test.pl
@@ -69,7 +69,6 @@ sub test_body
close FILE;
# Tidy up
$IFRSERVICE->TerminateWaitKill (5);
- $TAO_IFR->TerminateWaitKill (5);
return $match ? 0 : -1;
}