summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-04-19 19:00:55 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-04-19 19:00:55 +0200
commit58b937ceafa3563b358599bd19519db204bece3d (patch)
tree36910acc3c1352e8bf08d309737b8bc6dbdd3732 /TAO/tests
parent4d8caf42d18ca9f345236059f7fde0f89de5a727 (diff)
downloadATCD-58b937ceafa3563b358599bd19519db204bece3d.tar.gz
Fixed some typos in readmes
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/BiDirectional_MultipleORB/README2
-rw-r--r--TAO/tests/MT_BiDir/README7
-rw-r--r--TAO/tests/README4
3 files changed, 3 insertions, 10 deletions
diff --git a/TAO/tests/BiDirectional_MultipleORB/README b/TAO/tests/BiDirectional_MultipleORB/README
index 6a228884e62..7d8df42e5f4 100644
--- a/TAO/tests/BiDirectional_MultipleORB/README
+++ b/TAO/tests/BiDirectional_MultipleORB/README
@@ -1,4 +1,4 @@
-This is a test that creates a birectional GIOP policy for a POA and then
+This is a test that creates a bidirectional GIOP policy for a POA and then
attempts to repeat this, after destructing and re-creating the ORB. This used to
fail by breaking an assertion, because the second ORB was trying to register a policy
validator object instance, which lingered since the time the first ORB was created.
diff --git a/TAO/tests/MT_BiDir/README b/TAO/tests/MT_BiDir/README
index 65299501ffe..3cf8892c585 100644
--- a/TAO/tests/MT_BiDir/README
+++ b/TAO/tests/MT_BiDir/README
@@ -1,10 +1,8 @@
/**
-
-
@page MT_BiDir Test README File
- This is a stress test that exercises the birectional GIOP
+ This is a stress test that exercises the bidirectional GIOP
connection implementation with multiple threads in TAO.
To run the test use the run_test.pl script:
@@ -14,6 +12,3 @@ $ ./run_test.pl
the script returns 0 if the test was successful.
*/
-
-
-
diff --git a/TAO/tests/README b/TAO/tests/README
index fa3e9e74cc9..d97edb21e0e 100644
--- a/TAO/tests/README
+++ b/TAO/tests/README
@@ -1,5 +1,3 @@
-
-
This directory contains a number of tests to validate that TAO is
functioning correctly. The individual directories contain READMEs on
how to run the following tests:
@@ -35,7 +33,7 @@ how to run the following tests:
. Bidirectional
- This is a test that exercises the birectional GIOP connection
+ This is a test that exercises the bidirectional GIOP connection
implementation in TAO.
. Bidirectional_NestedUpcall