summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-17 12:35:52 +0100
committerGitHub <noreply@github.com>2019-01-17 12:35:52 +0100
commit48931304d502d07a97338b807e92af66a30a6200 (patch)
tree12d3131351a9a155090ed3e7a36835c96699055b
parentee4532a129ff260759feccc21ce3c0da62dfbd06 (diff)
parente97d295184827d11bbd1eddf86472688bf9311df (diff)
downloadATCD-48931304d502d07a97338b807e92af66a30a6200.tar.gz
Merge pull request #795 from jwillemsen/master
Docu layout changes
-rw-r--r--TAO/tests/Hello/README2
-rw-r--r--TAO/tests/Oneway_Buffering/README10
2 files changed, 4 insertions, 8 deletions
diff --git a/TAO/tests/Hello/README b/TAO/tests/Hello/README
index 8ad74ef9611..926f2f9c674 100644
--- a/TAO/tests/Hello/README
+++ b/TAO/tests/Hello/README
@@ -1,7 +1,5 @@
/**
-
-
@page Hello Test README File
The simplest possible test for TAO. This is a very simple
diff --git a/TAO/tests/Oneway_Buffering/README b/TAO/tests/Oneway_Buffering/README
index bbe599550e6..3240e312e15 100644
--- a/TAO/tests/Oneway_Buffering/README
+++ b/TAO/tests/Oneway_Buffering/README
@@ -1,10 +1,8 @@
/**
-
-
@page Oneway_Buffering Test README File
- A regression test for oneway buffering. The test verifies
+A regression test for oneway buffering. The test verifies
that the TAO::BufferingConstraint policies are respected by the
ORB. Three separate tests are possible:
@@ -17,11 +15,11 @@ ORB. Three separate tests are possible:
- TAO::BUFFER_MESSAGE_BYTES: The buffer should not be flushed until
enough bytes are in the queue.
- To run the test use run_test.pl script:
+To run the test use run_test.pl script:
$ ./run_test.pl
- the nightly regression builds impose severe constraints on the
+The nightly regression builds impose severe constraints on the
maximum time allowed for a single test. Three separate scripts are
used to stay within those bounds:
@@ -29,6 +27,6 @@ $ ./run_message_count.pl
$ ./run_timeout.pl
$ ./run_message_bytes.pl
- each script returns 0 if the test was successful.
+each script returns 0 if the test was successful.
*/