diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-10-05 13:43:25 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-10-05 13:43:25 +0000 |
commit | f0d089153f344d723683157d74f3791408c4dbed (patch) | |
tree | b0a06b0c24b89ef2ac5fbb55008ccfb5b84c6a88 /TAO/tests/DII_Collocation_Tests/twoway | |
parent | 3774d0885797eb1acad288bd13de66ced6dc527a (diff) | |
download | ATCD-f0d089153f344d723683157d74f3791408c4dbed.tar.gz |
Fixed fuzz
Diffstat (limited to 'TAO/tests/DII_Collocation_Tests/twoway')
-rw-r--r-- | TAO/tests/DII_Collocation_Tests/twoway/README | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tests/DII_Collocation_Tests/twoway/README b/TAO/tests/DII_Collocation_Tests/twoway/README index 77df8565097..b73deb93730 100644 --- a/TAO/tests/DII_Collocation_Tests/twoway/README +++ b/TAO/tests/DII_Collocation_Tests/twoway/README @@ -1,23 +1,23 @@ -# $Id$ +$Id$ -NOTE: This test has not completed yet !!!. This test currently just tested with "IN" -arguments. The OUT, INOUT and RETURN arguments test cases need be added. +NOTE: This test has not completed yet !!!. This test currently just tested with "IN" +arguments. The OUT, INOUT and RETURN arguments test cases need be added. Description: -This test is used to test the bug fix on collocated dii twoway request -invocation via invoke() crash on get_in_arg() when the request has multiple +This test is used to test the bug fix on collocated dii twoway request +invocation via invoke() crash on get_in_arg() when the request has multiple "IN" parameters. The test.idl defines twoway operations with all sorts "IN" 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. -This test is a modification of the DII_Collocation_Tests/oneway test. The +This test is a modification of the DII_Collocation_Tests/oneway test. The idl interfaces define twoway method instead of oneway and the client invokes -the twoway operations via invoke() instead of oneway operations via +the twoway operations via invoke() instead of oneway operations via send_oneway(). |