summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-23 02:45:31 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-23 02:45:31 +0000
commit8950a08b40c8760badfa15963eb8b6db1f65d12c (patch)
tree6ebab071521860b01fbaf07371158043d1cc8a7c
parent24aef4e88d450f26548e4d63c7dda310e85d0557 (diff)
downloadATCD-8950a08b40c8760badfa15963eb8b6db1f65d12c.tar.gz
ChangeLogTag:Sun Apr 22 19:44:02 2001 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a13
-rw-r--r--TAO/tests/Oneway_Buffering/README7
2 files changed, 12 insertions, 8 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index d4c7d1b3901..ba0e58efd96 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Sun Apr 22 19:44:02 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * tests/Oneway_Buffering/README:
+ Too much cut & paste in the documentation.
+
Sun Apr 22 16:44:12 2001 Carlos O'Ryan <coryan@uci.edu>
* tao/Pluggable_Messaging_Utils.cpp:
@@ -9,10 +14,10 @@ Sun Apr 22 16:27:20 2001 Ossama Othman <ossama@uci.edu>
* tao/TAO_Server_Request.i (operation):
- This method is now basically a wrapper around the
- ACE_CString::set() method. This change makes it easier to
- control whether or not the TAO_ServerRequest object should copy
- the operation name string. [Bug 870]
+ This method is now basically a wrapper around the
+ ACE_CString::set() method. This change makes it easier to
+ control whether or not the TAO_ServerRequest object should copy
+ the operation name string. [Bug 870]
* tao/TAO_Server_Request.cpp (TAO_ServerRequest):
diff --git a/TAO/tests/Oneway_Buffering/README b/TAO/tests/Oneway_Buffering/README
index fb0b35bdae6..c2a90e9b932 100644
--- a/TAO/tests/Oneway_Buffering/README
+++ b/TAO/tests/Oneway_Buffering/README
@@ -23,10 +23,9 @@ $ ./run_test.pl
maximum time allowed for a single test. Three separate scripts are
used to stay within those bounds:
-$ ./run_sync_none.pl
-$ ./run_sync_with_transport.pl
-$ ./run_sync_with_server.pl
-$ ./run_sync_with_target.pl
+$ ./run_message_count.pl
+$ ./run_timeout.pl
+$ ./run_message_bytes.pl
each script returns 0 if the test was successful.