diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-10-05 13:15:30 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-10-05 13:15:30 +0000 |
commit | a9ea6737ec88fa2ff7c2b13bc76d0f01246022fa (patch) | |
tree | 4e908a3e340681b613435be5060d959769d16e55 | |
parent | 221f74879f36506eb3b7bf75d02febe3515e8521 (diff) | |
download | ATCD-a9ea6737ec88fa2ff7c2b13bc76d0f01246022fa.tar.gz |
Fuzz
-rw-r--r-- | TAO/tests/DII_Collocation_Tests/oneway/README | 12 | ||||
-rw-r--r-- | TAO/tests/POA/Default_Servant2/README | 20 |
2 files changed, 16 insertions, 16 deletions
diff --git a/TAO/tests/DII_Collocation_Tests/oneway/README b/TAO/tests/DII_Collocation_Tests/oneway/README index cc947507808..c5f2ba9d1e9 100644 --- a/TAO/tests/DII_Collocation_Tests/oneway/README +++ b/TAO/tests/DII_Collocation_Tests/oneway/README @@ -1,12 +1,12 @@ -# $Id$ +$Id$ Description: -This test is used to test the bug fix on collocated dii oneway request -invocation via send_oneway() crash on get_in_arg() when the request has multiple +This test is used to test the bug fix on collocated dii oneway request +invocation via send_oneway() crash on get_in_arg() when the request has multiple "IN" parameters. The test.idl defines oneway operations with all sorts SArgument to test the -conversion of the DII parameters in NVList to the list of arguments. +conversion of the DII parameters in NVList to the list of arguments. It also defines the operations with multiple "IN" arguments to test the bug fix. @@ -20,7 +20,7 @@ Usage: ===== The run_test.pl runs several test cases listed below. The test result will be printed -after the test completes. To debug the test failure, the operation "-d" can be passed +after the test completes. To debug the test failure, the operation "-d" can be passed to have verbose log. @@ -41,7 +41,7 @@ Collocated_Test -o test.ior -k file://test.ior -ORBCollocation no ======== Running in default mode and two ORBS -Collocated_Test -o test.ior -k file://test.ior -n +Collocated_Test -o test.ior -k file://test.ior -n ======== Running in per-orb mode and two ORBS diff --git a/TAO/tests/POA/Default_Servant2/README b/TAO/tests/POA/Default_Servant2/README index e4fe4e37088..b1d3de0348d 100644 --- a/TAO/tests/POA/Default_Servant2/README +++ b/TAO/tests/POA/Default_Servant2/README @@ -1,12 +1,12 @@ -// $Id$ +$Id$ Default_Servants ================ - + By using the USE_DEFAULT_SERVANT policy, the developer can create a POA that will use a single servant to implement all of its objects. - This approach is useful when there is very little data associated + This approach is useful when there is very little data associated with each object, so little that the data can be encoded in the Object Id. @@ -23,12 +23,12 @@ SERVER: ====== 1. To run the server, type - + % server [-ORBobjrefstyle URL] - + CLIENT: ====== - The client tries to create a file "test" and writes a message to + The client tries to create a file "test" and writes a message to the file and reads it back and prints it. 1. To run the client, type @@ -37,9 +37,9 @@ CLIENT: where the IOR is got from the server output. - - - - + + + + |