Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / DII_Collocation_Tests / twoway / README
blob42d760ea13ceaef43485b9d1f766e20f3996244d
3 NOTE: This test has not completed yet !!!. This test currently just tested with "IN"
4 arguments. The OUT, INOUT and RETURN arguments test cases need be added.
7 Description:
8 This test is used to test the bug fix on collocated dii twoway request
9 invocation via invoke() crash on get_in_arg() when the request has multiple
10 "IN" parameters.
12 The test.idl defines twoway operations with all sorts "IN" SArgument to test the
13 conversion of the DII parameters in NVList to the list of arguments.
14 It also defines the operations with multiple "IN" arguments to test the
15 bug fix.
18 This test is a modification of the DII_Collocation_Tests/oneway test. The
19 idl interfaces define twoway method instead of oneway and the client invokes
20 the twoway operations via invoke() instead of oneway operations via
21 send_oneway().