summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-29 21:50:30 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-29 21:50:30 +0000
commit4da5e4e454751851b6144f98f574e184c8aa9f67 (patch)
tree4631428c4545653e17f3b02eb969ab252fd83978
parent864dd676dde86c995c44b5fc4ee5355d494f378d (diff)
downloadATCD-4da5e4e454751851b6144f98f574e184c8aa9f67.tar.gz
*** empty log message ***
-rw-r--r--TAO/tests/Cubit/TAO/IDL_Cubit/IDL_Cubit_Test.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tests/Cubit/TAO/IDL_Cubit/IDL_Cubit_Test.cpp b/TAO/tests/Cubit/TAO/IDL_Cubit/IDL_Cubit_Test.cpp
index df550db52c0..1f5b01d9818 100644
--- a/TAO/tests/Cubit/TAO/IDL_Cubit/IDL_Cubit_Test.cpp
+++ b/TAO/tests/Cubit/TAO/IDL_Cubit/IDL_Cubit_Test.cpp
@@ -11,10 +11,9 @@
// = DESCRIPTION
// This example tests the IDL Cubit server and client
// components. The test forks and execs two processes to run both
-// the client and the time server. The clerk and the server
-// communicate for a short duration after which the main process
-// kills both the processes. No command line arguments are needed
-// to run the test.
+// the cubit client and the cubit server. The client makes calls on
+// the cubit server object and shutdowns the server in the end.
+// No command line arguments are needed to run the test.
//
// = AUTHOR
// Nagarajan Surendran (naga@cs.wustl.edu)