4 This test is used to test the bug fix on collocated dii oneway request
5 invocation via send_oneway() crash on get_in_arg() when the request has multiple
8 The test.idl defines oneway operations with all sorts SArgument to test the
9 conversion of the DII parameters in NVList to the list of arguments.
10 It also defines the operations with multiple "IN" arguments to test the
13 This test is a modification of the Collocation_Tests. The big difference is
14 this test invokes the oneway operations using DII while the Collocation_Tests
15 invoke a simple twoway operations.
20 The run_test.pl runs several test cases listed below. The test result will be printed
21 after the test completes. To debug the test failure, the operation "-d" can be passed
25 ======== Running in Default Mode
27 Collocated_Test -o test.ior -k file://test.ior
30 ======== Running with per-orb
32 Collocated_Test -o test.ior -k file://test.ior -ORBCollocation per-orb
35 ======== Running with no collocation
37 Collocated_Test -o test.ior -k file://test.ior -ORBCollocation no
40 ======== Running in default mode and two ORBS
42 Collocated_Test -o test.ior -k file://test.ior -n
45 ======== Running in per-orb mode and two ORBS
47 Collocated_Test -o test.ior -k file://test.ior -n -ORBCollocation per-orb
50 ======== Running in no collocation mode and two ORBS
52 Collocated_Test -o test.ior -k file://test.ior -n -ORBCollocation per-orb