summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-04-30 19:52:54 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-04-30 19:52:54 +0000
commit0087a9c52807b86edd81559cbaf20cabf8517e48 (patch)
tree36612e0fa4ba47f72f55faaa9797c419bfac81e7
parent6774a43772c3085fb911d2ee5d7d78e18adf13ad (diff)
downloadATCD-0087a9c52807b86edd81559cbaf20cabf8517e48.tar.gz
ChangeLogTag: Tue Apr 30 14:51:58 2002 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/tests/Makefile1
-rw-r--r--TAO/tests/Makefile.bor1
3 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 6a571cd0a75..4e28b69253e 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Tue Apr 30 14:51:58 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tests/Makefile:
+ * tests/Makefile.bor: Added the Connection_Timeout test to the
+ list of directories.
+
Tue Apr 30 14:46:26 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/Connection_Timeout/client.cpp:
diff --git a/TAO/tests/Makefile b/TAO/tests/Makefile
index e007b4a232a..c91b359013e 100644
--- a/TAO/tests/Makefile
+++ b/TAO/tests/Makefile
@@ -15,6 +15,7 @@ DIRS = CDR \
BiDirectional \
BiDirectional_NestedUpcall \
Collocation \
+ Connection_Timeout \
IDL_Test \
OctetSeq \
InterOp-Naming \
diff --git a/TAO/tests/Makefile.bor b/TAO/tests/Makefile.bor
index f719f01484d..bdb8ba97ca0 100644
--- a/TAO/tests/Makefile.bor
+++ b/TAO/tests/Makefile.bor
@@ -19,6 +19,7 @@ DIRS = \
Collocation \
Connect_Strategy_Test \
Connection_Purging \
+ Connection_Timeout \
Crash_On_Write \
Cache_Growth_Test \
Crashed_Callback \