summaryrefslogtreecommitdiff
path: root/TAO/tests/DII_Collocation_Tests/twoway/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DII_Collocation_Tests/twoway/README')
-rw-r--r--TAO/tests/DII_Collocation_Tests/twoway/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/tests/DII_Collocation_Tests/twoway/README b/TAO/tests/DII_Collocation_Tests/twoway/README
new file mode 100644
index 00000000000..77df8565097
--- /dev/null
+++ b/TAO/tests/DII_Collocation_Tests/twoway/README
@@ -0,0 +1,26 @@
+# $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.
+
+
+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
+"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.
+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
+idl interfaces define twoway method instead of oneway and the client invokes
+the twoway operations via invoke() instead of oneway operations via
+send_oneway().
+
+
+
+
+