summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-06-11 13:18:52 +0200
committerGitHub <noreply@github.com>2020-06-11 13:18:52 +0200
commitc3907f7aa6282e228e5dff1627585cb3222ac761 (patch)
tree45116e4445f663849f42a61c0cafc2fefcf601e8
parent4079ed17db3a3f73bf5c88f6c093e376a93424bb (diff)
parentcdceffd6ad2639a134f7b6ade553052622ead88c (diff)
downloadATCD-c3907f7aa6282e228e5dff1627585cb3222ac761.tar.gz
Merge pull request #1139 from jwillemsen/jwi-strcmp
Tab/newline cleanup
-rw-r--r--TAO/examples/CSD_Strategy/ThreadPool5/README3
-rw-r--r--TAO/tests/Big_Twoways/README10
2 files changed, 4 insertions, 9 deletions
diff --git a/TAO/examples/CSD_Strategy/ThreadPool5/README b/TAO/examples/CSD_Strategy/ThreadPool5/README
index 09860e64434..5fa0320b643 100644
--- a/TAO/examples/CSD_Strategy/ThreadPool5/README
+++ b/TAO/examples/CSD_Strategy/ThreadPool5/README
@@ -1,5 +1,3 @@
-
-
Description:
This test is a combination of other tests and has also added some
@@ -44,4 +42,3 @@ $ ./run_test.pl cancel_servant
OBJECT_NOT_EXIST or NO_IMPLEMENTATION exception after the servant
is deactivated - this is what it is supposed to do - the exceptions
are expected.
-
diff --git a/TAO/tests/Big_Twoways/README b/TAO/tests/Big_Twoways/README
index 3de1a42ef28..7787ce966e0 100644
--- a/TAO/tests/Big_Twoways/README
+++ b/TAO/tests/Big_Twoways/README
@@ -1,23 +1,21 @@
/**
-
-
@page Big_Oneways Test README File
- This is a stress test for the non-blocking I/O features in the
+This is a stress test for the non-blocking I/O features in the
ORB. The test connects multiple peer processes together. Each
process sends messages to all its peers, using multiple threads to
generate the messages. Without non-blocking I/O the system soon
deadlocks.
- This is part of the regression testsuite for:
+This is part of the regression testsuite for:
http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=132
- To run the test use the run_test.pl script:
+To run the test use the run_test.pl script:
$ ./run_test.pl
- the script returns 0 if the test was successful.
+the script returns 0 if the test was successful.
*/