summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-21 13:26:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-21 13:26:41 +0000
commitc046ecdf56e2410af01efda38d91118f277061ad (patch)
treef53a2304db55af3d11af8518621ecd625b334340
parent584c51abc9629e4908d903d05ce5f73f6cb225ff (diff)
downloadATCD-c046ecdf56e2410af01efda38d91118f277061ad.tar.gz
ChangeLogTag: Fri Jul 21 13:24:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/tests/Connection_Timeout/Connection_Timeout.mpc3
2 files changed, 11 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index adcdf730b6c..587e54c3557 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Fri Jul 21 13:24:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Bug_2503_Regression/client.cpp:
+ * tests/Bug_2503_Regression/server.cpp:
+ * tests/Bug_2503_Regression/Test.idl:
+ * tests/Bug_2503_Regression/test_i.{h,cpp}:
+ Extended this test in such a way that the client does a shutdown
+ invocation on the server when it is ready.
+
Fri Jul 21 12:05:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Bug_1551_Regression/Reply_Handler.cpp:
diff --git a/TAO/tests/Connection_Timeout/Connection_Timeout.mpc b/TAO/tests/Connection_Timeout/Connection_Timeout.mpc
index 7ae4e1c4bf3..9d58f4e8439 100644
--- a/TAO/tests/Connection_Timeout/Connection_Timeout.mpc
+++ b/TAO/tests/Connection_Timeout/Connection_Timeout.mpc
@@ -1,7 +1,8 @@
// -*- MPC -*-
// $Id$
-project(*client): taoclient, messaging, portableserver {
+project(*client): taoserver, messaging {
+ exename = client
avoids += ace_for_tao
Source_Files {
TestC.cpp