r2corba 1.4.1-x86-mingw32 → 1.5.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -7
- data/CHANGES +173 -159
- data/LICENSE +59 -59
- data/README +62 -62
- data/THANKS +54 -52
- data/bin/r2corba +1 -1
- data/bin/ridlc +1 -1
- data/bin/rins +1 -1
- data/lib/corba.rb +16 -16
- data/lib/corba/cbase/IORMap.rb +33 -33
- data/lib/corba/cbase/ORB.rb +237 -231
- data/lib/corba/cbase/Request.rb +133 -133
- data/lib/corba/cbase/Streams.rb +129 -129
- data/lib/corba/cbase/Stub.rb +19 -19
- data/lib/corba/cbase/Typecode.rb +441 -441
- data/lib/corba/cbase/Values.rb +129 -129
- data/lib/corba/cbase/exception.rb +66 -66
- data/lib/corba/cbase/poa.rb +23 -23
- data/lib/corba/cbase/policies.rb +77 -77
- data/lib/corba/cbase/post_require.rb +13 -13
- data/lib/corba/cbase/require.rb +28 -28
- data/lib/corba/cmds/base.rb +85 -85
- data/lib/corba/cmds/test.rb +30 -30
- data/lib/corba/common/Any.rb +91 -91
- data/lib/corba/common/IDL.rb +104 -104
- data/lib/corba/common/ORB.rb +368 -368
- data/lib/corba/common/Object.rb +208 -208
- data/lib/corba/common/Request.rb +19 -19
- data/lib/corba/common/Servant.rb +108 -108
- data/lib/corba/common/Struct.rb +21 -21
- data/lib/corba/common/Stub.rb +79 -79
- data/lib/corba/common/Typecode.rb +1121 -1121
- data/lib/corba/common/Union.rb +55 -55
- data/lib/corba/common/Values.rb +91 -91
- data/lib/corba/common/const.rb +22 -22
- data/lib/corba/common/exception.rb +68 -68
- data/lib/corba/common/require.rb +27 -27
- data/lib/corba/common/version.rb +22 -22
- data/lib/corba/idl/IDL.rb +21 -21
- data/lib/corba/idl/IORTable.pidl +62 -62
- data/lib/corba/idl/TAO_Ext.pidl +46 -46
- data/lib/corba/idl/require.rb +20 -20
- data/lib/corba/jbase/Any.rb +273 -273
- data/lib/corba/jbase/IORMap.rb +35 -35
- data/lib/corba/jbase/ORB.rb +112 -99
- data/lib/corba/jbase/Object.rb +99 -98
- data/lib/corba/jbase/Request.rb +225 -225
- data/lib/corba/jbase/Servant.rb +247 -246
- data/lib/corba/jbase/ServerRequest.rb +127 -127
- data/lib/corba/jbase/Streams.rb +670 -670
- data/lib/corba/jbase/Stub.rb +38 -38
- data/lib/corba/jbase/Typecode.rb +520 -520
- data/lib/corba/jbase/Values.rb +173 -173
- data/lib/corba/jbase/exception.rb +106 -106
- data/lib/corba/jbase/poa.rb +228 -228
- data/lib/corba/jbase/policies.rb +299 -299
- data/lib/corba/jbase/post_require.rb +14 -14
- data/lib/corba/jbase/require.rb +89 -86
- data/lib/corba/naming.rb +14 -14
- data/lib/corba/naming_service.rb +15 -15
- data/lib/corba/poa.rb +15 -15
- data/lib/corba/policies.rb +18 -18
- data/lib/corba/require.rb +17 -17
- data/lib/corba/svcs/ins/cos_naming.rb +426 -426
- data/lib/corba/svcs/ins/ins.rb +526 -526
- data/lib/corba/svcs/ins/naming_service.rb +119 -119
- data/lib/ridlbe/ruby/config.rb +336 -336
- data/lib/ridlbe/ruby/orb.pidlc +0 -0
- data/lib/ridlbe/ruby/require.rb +16 -16
- data/lib/ridlbe/ruby/walker.rb +1582 -1582
- data/mkrf_conf_bingem.rb +151 -101
- data/rakelib/bin.rake +80 -80
- data/rakelib/bin.rb +145 -145
- data/rakelib/build.rake +87 -87
- data/rakelib/config.rake +51 -51
- data/rakelib/config.rb +543 -449
- data/rakelib/ext.rake +242 -242
- data/rakelib/ext.rb +316 -308
- data/rakelib/ext_r2tao.rb +235 -232
- data/rakelib/gem.rake +235 -211
- data/rakelib/gem.rb +145 -145
- data/rakelib/package.rake +26 -26
- data/rakelib/test.rake +23 -23
- data/test/BiDirectional/Test.idl +34 -34
- data/test/BiDirectional/client.rb +131 -131
- data/test/BiDirectional/run_test.rb +68 -68
- data/test/BiDirectional/server.ior +1 -1
- data/test/BiDirectional/server.rb +169 -169
- data/test/CORBA_Services/Naming/BindingIterator/Test.idl +27 -27
- data/test/CORBA_Services/Naming/BindingIterator/client.rb +121 -121
- data/test/CORBA_Services/Naming/BindingIterator/ins.ior +1 -1
- data/test/CORBA_Services/Naming/BindingIterator/run_test.rb +82 -82
- data/test/CORBA_Services/Naming/BindingIterator/server.rb +109 -109
- data/test/CORBA_Services/Naming/Corbaname/Test.idl +27 -27
- data/test/CORBA_Services/Naming/Corbaname/client.rb +85 -85
- data/test/CORBA_Services/Naming/Corbaname/ins.ior +1 -1
- data/test/CORBA_Services/Naming/Corbaname/run_test.rb +88 -88
- data/test/CORBA_Services/Naming/Corbaname/server.rb +135 -135
- data/test/CORBA_Services/Naming/Simple/Test.idl +27 -27
- data/test/CORBA_Services/Naming/Simple/client.rb +84 -84
- data/test/CORBA_Services/Naming/Simple/ins.ior +1 -1
- data/test/CORBA_Services/Naming/Simple/run_test.rb +82 -82
- data/test/CORBA_Services/Naming/Simple/server.rb +109 -109
- data/test/Collocation/Diamond.idl +39 -39
- data/test/Collocation/run_test.rb +52 -52
- data/test/Collocation/test.rb +195 -195
- data/test/Connect_Timeout/Test.idl +27 -27
- data/test/Connect_Timeout/client.rb +111 -111
- data/test/Connect_Timeout/run_test.rb +52 -52
- data/test/DII/Test.idl +27 -27
- data/test/DII/client.rb +115 -115
- data/test/DII/run_test.rb +69 -69
- data/test/DII/server.ior +1 -1
- data/test/DII/server.rb +95 -95
- data/test/DSI/Test.idl +27 -27
- data/test/DSI/client.rb +66 -66
- data/test/DSI/run_test.rb +69 -69
- data/test/DSI/server.ior +1 -1
- data/test/DSI/server.rb +106 -106
- data/test/Exceptions/Test.idl +48 -48
- data/test/Exceptions/client.rb +117 -117
- data/test/Exceptions/run_test.rb +69 -69
- data/test/Exceptions/server.ior +1 -1
- data/test/Exceptions/server.rb +131 -131
- data/test/Hello/Test.idl +27 -27
- data/test/Hello/client.rb +78 -78
- data/test/Hello/run_test.rb +71 -71
- data/test/Hello/server.rb +95 -95
- data/test/IDL_Test/Test.idl +113 -113
- data/test/IDL_Test/Test_inc.idl +17 -17
- data/test/IDL_Test/client.rb +102 -102
- data/test/IDL_Test/run_test.rb +69 -69
- data/test/IDL_Test/server.ior +1 -1
- data/test/IDL_Test/server.rb +99 -99
- data/test/IORMap/Test.idl +27 -27
- data/test/IORMap/client.rb +73 -73
- data/test/IORMap/run_test.rb +69 -69
- data/test/IORMap/server.ior +1 -1
- data/test/IORMap/server.rb +114 -114
- data/test/IORTable/Test.idl +27 -27
- data/test/IORTable/client.rb +75 -75
- data/test/IORTable/run_test.rb +69 -69
- data/test/IORTable/server.ior +1 -1
- data/test/IORTable/server.rb +130 -130
- data/test/Implicit_Conversion/Test.idl +31 -31
- data/test/Implicit_Conversion/client.rb +110 -110
- data/test/Implicit_Conversion/run_test.rb +69 -69
- data/test/Implicit_Conversion/server.ior +1 -1
- data/test/Implicit_Conversion/server.rb +99 -99
- data/test/Multi_Threading/Multiple_ORB/Test.idl +27 -27
- data/test/Multi_Threading/Multiple_ORB/client.rb +82 -82
- data/test/Multi_Threading/Multiple_ORB/run_test.rb +71 -71
- data/test/Multi_Threading/Multiple_ORB/server.rb +108 -108
- data/test/Multi_Threading/Multiple_ORB/server0.ior +1 -1
- data/test/Multi_Threading/Multiple_ORB/server1.ior +1 -1
- data/test/Multi_Threading/Simple/Test.idl +27 -27
- data/test/Multi_Threading/Simple/client.rb +93 -88
- data/test/Multi_Threading/Simple/run_test.rb +69 -69
- data/test/Multi_Threading/Simple/server.ior +1 -1
- data/test/Multi_Threading/Simple/server.rb +117 -117
- data/test/Multi_Threading/Threads/Test.idl +31 -31
- data/test/Multi_Threading/Threads/client.rb +80 -80
- data/test/Multi_Threading/Threads/run_test.rb +76 -76
- data/test/Multi_Threading/Threads/server.ior +1 -1
- data/test/Multi_Threading/Threads/server.rb +119 -119
- data/test/Multi_Threading/Threads/watchdog.ior +1 -1
- data/test/Multi_Threading/Threads/watchdog.rb +87 -87
- data/test/Multiple_Servant_Interfaces/Test.idl +34 -34
- data/test/Multiple_Servant_Interfaces/client.rb +70 -70
- data/test/Multiple_Servant_Interfaces/run_test.rb +69 -69
- data/test/Multiple_Servant_Interfaces/server.ior +1 -1
- data/test/Multiple_Servant_Interfaces/server.rb +102 -102
- data/test/Nil/Test.idl +27 -27
- data/test/Nil/run_test.rb +52 -52
- data/test/Nil/test.rb +78 -78
- data/test/OBV/AbstractInterface/client.rb +179 -179
- data/test/OBV/AbstractInterface/run_test.rb +69 -69
- data/test/OBV/AbstractInterface/server.ior +1 -1
- data/test/OBV/AbstractInterface/server.rb +149 -149
- data/test/OBV/AbstractInterface/test.idl +53 -53
- data/test/OBV/Custom/OBV.idl +18 -18
- data/test/OBV/Custom/OBV_impl.rb +40 -40
- data/test/OBV/Custom/client.rb +86 -86
- data/test/OBV/Custom/run_test.rb +69 -69
- data/test/OBV/Custom/server.ior +1 -1
- data/test/OBV/Custom/server.rb +100 -100
- data/test/OBV/Simple/OBV.idl +15 -15
- data/test/OBV/Simple/OBV_impl.rb +26 -26
- data/test/OBV/Simple/client.rb +86 -86
- data/test/OBV/Simple/run_test.rb +69 -69
- data/test/OBV/Simple/server.ior +1 -1
- data/test/OBV/Simple/server.rb +100 -100
- data/test/OBV/Simple_Event/Event.idl +15 -15
- data/test/OBV/Simple_Event/Event_impl.rb +26 -26
- data/test/OBV/Simple_Event/client.rb +86 -86
- data/test/OBV/Simple_Event/run_test.rb +69 -69
- data/test/OBV/Simple_Event/server.ior +1 -1
- data/test/OBV/Simple_Event/server.rb +100 -100
- data/test/OBV/Supports/client.rb +116 -116
- data/test/OBV/Supports/run_test.rb +69 -69
- data/test/OBV/Supports/server.ior +1 -1
- data/test/OBV/Supports/server.rb +103 -103
- data/test/OBV/Supports/supports.idl +33 -33
- data/test/OBV/Supports/supports_impl.rb +57 -57
- data/test/OBV/Tree/client.rb +116 -116
- data/test/OBV/Tree/run_test.rb +69 -69
- data/test/OBV/Tree/server.ior +1 -1
- data/test/OBV/Tree/server.rb +117 -117
- data/test/OBV/Tree/test.idl +32 -32
- data/test/OBV/Truncatable/Extra.idl +27 -27
- data/test/OBV/Truncatable/Truncatable.idl +105 -105
- data/test/OBV/Truncatable/Truncatable_impl.rb +86 -86
- data/test/OBV/Truncatable/client.rb +279 -279
- data/test/OBV/Truncatable/run_test.rb +69 -69
- data/test/OBV/Truncatable/server.ior +1 -1
- data/test/OBV/Truncatable/server.rb +89 -89
- data/test/OBV/ValueBox/client.rb +497 -497
- data/test/OBV/ValueBox/run_test.rb +69 -69
- data/test/OBV/ValueBox/server.ior +1 -1
- data/test/OBV/ValueBox/server.rb +271 -271
- data/test/OBV/ValueBox/valuebox.idl +101 -101
- data/test/OBV/ValueBox/vb_basic.idl +75 -75
- data/test/OBV/ValueBox/vb_struct.idl +68 -68
- data/test/OBV/ValueBox/vb_union.idl +21 -21
- data/test/Object/Test.idl +27 -27
- data/test/Object/client.rb +112 -103
- data/test/Object/run_test.rb +69 -69
- data/test/Object/server.ior +1 -1
- data/test/Object/server.rb +126 -126
- data/test/POA/Test.idl +27 -27
- data/test/POA/run_test.rb +52 -52
- data/test/POA/test.rb +111 -111
- data/test/Param_Test/Test.idl +182 -182
- data/test/Param_Test/client.rb +277 -277
- data/test/Param_Test/run_test.rb +69 -69
- data/test/Param_Test/server.ior +1 -1
- data/test/Param_Test/server.rb +296 -296
- data/test/Performance/Simple/Test.idl +27 -27
- data/test/Performance/Simple/client.rb +90 -90
- data/test/Performance/Simple/run_test.rb +69 -69
- data/test/Performance/Simple/server.ior +1 -1
- data/test/Performance/Simple/server.rb +95 -95
- data/test/Policies/Test.idl +27 -27
- data/test/Policies/run_test.rb +52 -52
- data/test/Policies/test.rb +144 -144
- data/test/Timeout/client.rb +207 -207
- data/test/Timeout/run_test.rb +69 -69
- data/test/Timeout/server.ior +1 -1
- data/test/Timeout/server.rb +109 -109
- data/test/Timeout/test.idl +19 -19
- data/test/lib/assert.rb +43 -43
- data/test/lib/test.rb +542 -542
- data/test/test_runner.rb +193 -193
- metadata +141 -137
@@ -1,69 +1,69 @@
|
|
1
|
-
#--------------------------------------------------------------------
|
2
|
-
#
|
3
|
-
# Author: Martin Corino
|
4
|
-
#
|
5
|
-
# This program is free software; you can redistribute it and/or
|
6
|
-
# modify it under the terms of the R2CORBA LICENSE which is
|
7
|
-
# included with this program.
|
8
|
-
#
|
9
|
-
# Copyright (c) Remedy IT Expertise BV
|
10
|
-
# Chamber of commerce Rotterdam nr.276339, The Netherlands
|
11
|
-
#--------------------------------------------------------------------
|
12
|
-
|
13
|
-
OPTIONS = {
|
14
|
-
:debug_opt => '',
|
15
|
-
:use_implement => '--use-implement'
|
16
|
-
}
|
17
|
-
|
18
|
-
require 'optparse'
|
19
|
-
|
20
|
-
ARGV.options do |opts|
|
21
|
-
script_name = File.basename($0)
|
22
|
-
opts.banner = "Usage: ruby #{script_name} [options]"
|
23
|
-
|
24
|
-
opts.separator ""
|
25
|
-
|
26
|
-
opts.on("-d",
|
27
|
-
"Run with debugging output.",
|
28
|
-
"Default: false") { OPTIONS[:debug_opt] = '--d 10' }
|
29
|
-
opts.on("--use-stubs",
|
30
|
-
"Use stubs generated by RIDL.",
|
31
|
-
"Default: false (uses embedded IDL)") { OPTIONS[:use_implement] = '' }
|
32
|
-
|
33
|
-
opts.separator ""
|
34
|
-
|
35
|
-
opts.on("-h", "--help",
|
36
|
-
"Show this help message.") { puts opts; exit }
|
37
|
-
|
38
|
-
opts.parse!
|
39
|
-
end
|
40
|
-
|
41
|
-
require 'lib/test.rb'
|
42
|
-
include TestUtil
|
43
|
-
|
44
|
-
ior_file = 'server.ior'
|
45
|
-
|
46
|
-
TestUtil.remove_file(ior_file)
|
47
|
-
|
48
|
-
srv = Test.new
|
49
|
-
|
50
|
-
exit(255) if !srv.run('server.rb', "--o #{ior_file} #{OPTIONS[:debug_opt]} #{OPTIONS[:use_implement]}")
|
51
|
-
|
52
|
-
TestUtil.wait_for_file(ior_file, 400)
|
53
|
-
|
54
|
-
clt = Test.new
|
55
|
-
|
56
|
-
if !clt.run('client.rb', "--k file://#{ior_file} #{OPTIONS[:debug_opt]} #{OPTIONS[:use_implement]}")
|
57
|
-
srv.kill(100)
|
58
|
-
exit(255)
|
59
|
-
end
|
60
|
-
|
61
|
-
exrc = clt.wait(400)
|
62
|
-
|
63
|
-
if exrc ==0
|
64
|
-
srv.wait(400)
|
65
|
-
else
|
66
|
-
srv.wait_term(400)
|
67
|
-
end
|
68
|
-
|
69
|
-
exit(exrc)
|
1
|
+
#--------------------------------------------------------------------
|
2
|
+
#
|
3
|
+
# Author: Martin Corino
|
4
|
+
#
|
5
|
+
# This program is free software; you can redistribute it and/or
|
6
|
+
# modify it under the terms of the R2CORBA LICENSE which is
|
7
|
+
# included with this program.
|
8
|
+
#
|
9
|
+
# Copyright (c) Remedy IT Expertise BV
|
10
|
+
# Chamber of commerce Rotterdam nr.276339, The Netherlands
|
11
|
+
#--------------------------------------------------------------------
|
12
|
+
|
13
|
+
OPTIONS = {
|
14
|
+
:debug_opt => '',
|
15
|
+
:use_implement => '--use-implement'
|
16
|
+
}
|
17
|
+
|
18
|
+
require 'optparse'
|
19
|
+
|
20
|
+
ARGV.options do |opts|
|
21
|
+
script_name = File.basename($0)
|
22
|
+
opts.banner = "Usage: ruby #{script_name} [options]"
|
23
|
+
|
24
|
+
opts.separator ""
|
25
|
+
|
26
|
+
opts.on("-d",
|
27
|
+
"Run with debugging output.",
|
28
|
+
"Default: false") { OPTIONS[:debug_opt] = '--d 10' }
|
29
|
+
opts.on("--use-stubs",
|
30
|
+
"Use stubs generated by RIDL.",
|
31
|
+
"Default: false (uses embedded IDL)") { OPTIONS[:use_implement] = '' }
|
32
|
+
|
33
|
+
opts.separator ""
|
34
|
+
|
35
|
+
opts.on("-h", "--help",
|
36
|
+
"Show this help message.") { puts opts; exit }
|
37
|
+
|
38
|
+
opts.parse!
|
39
|
+
end
|
40
|
+
|
41
|
+
require 'lib/test.rb'
|
42
|
+
include TestUtil
|
43
|
+
|
44
|
+
ior_file = 'server.ior'
|
45
|
+
|
46
|
+
TestUtil.remove_file(ior_file)
|
47
|
+
|
48
|
+
srv = Test.new
|
49
|
+
|
50
|
+
exit(255) if !srv.run('server.rb', "--o #{ior_file} #{OPTIONS[:debug_opt]} #{OPTIONS[:use_implement]}")
|
51
|
+
|
52
|
+
TestUtil.wait_for_file(ior_file, 400)
|
53
|
+
|
54
|
+
clt = Test.new
|
55
|
+
|
56
|
+
if !clt.run('client.rb', "--k file://#{ior_file} #{OPTIONS[:debug_opt]} #{OPTIONS[:use_implement]}")
|
57
|
+
srv.kill(100)
|
58
|
+
exit(255)
|
59
|
+
end
|
60
|
+
|
61
|
+
exrc = clt.wait(400)
|
62
|
+
|
63
|
+
if exrc ==0
|
64
|
+
srv.wait(400)
|
65
|
+
else
|
66
|
+
srv.wait_term(400)
|
67
|
+
end
|
68
|
+
|
69
|
+
exit(exrc)
|
@@ -1 +1 @@
|
|
1
|
-
IOR:
|
1
|
+
IOR:010000002100000049444c3a4f42565f5472756e63617461626c65546573742f546573743a312e300000000001000000000000006c000000010102000d0000003137322e31362e362e313738000040dd1b00000014010f005253547cb2d354505406000000000001000000010000000002000000000000000800000001e58c01004f4154010000001800000001e58c010100010001000000010001050901010000000000
|
@@ -1,89 +1,89 @@
|
|
1
|
-
#--------------------------------------------------------------------
|
2
|
-
#
|
3
|
-
# Author: Martin Corino
|
4
|
-
#
|
5
|
-
# This program is free software; you can redistribute it and/or
|
6
|
-
# modify it under the terms of the R2CORBA LICENSE which is
|
7
|
-
# included with this program.
|
8
|
-
#
|
9
|
-
# Copyright (c) Remedy IT Expertise BV
|
10
|
-
# Chamber of commerce Rotterdam nr.276339, The Netherlands
|
11
|
-
#--------------------------------------------------------------------
|
12
|
-
|
13
|
-
require 'optparse'
|
14
|
-
|
15
|
-
OPTIONS = {
|
16
|
-
:use_implement => false,
|
17
|
-
:orb_debuglevel => 0,
|
18
|
-
:iorfile => 'server.ior'
|
19
|
-
}
|
20
|
-
|
21
|
-
ARGV.options do |opts|
|
22
|
-
script_name = File.basename($0)
|
23
|
-
opts.banner = "Usage: ruby #{script_name} [options]"
|
24
|
-
|
25
|
-
opts.separator ""
|
26
|
-
|
27
|
-
opts.on("--o IORFILE",
|
28
|
-
"Set IOR filename.",
|
29
|
-
"Default: 'server.ior'") { |v| OPTIONS[:iorfile]=v }
|
30
|
-
opts.on("--d LVL",
|
31
|
-
"Set ORBDebugLevel value.",
|
32
|
-
"Default: 0") { |v| OPTIONS[:orb_debuglevel]=v }
|
33
|
-
opts.on("--use-implement",
|
34
|
-
"Load IDL through CORBA.implement() instead of precompiled code.",
|
35
|
-
"Default: off") { |v| OPTIONS[:use_implement]=v }
|
36
|
-
|
37
|
-
opts.separator ""
|
38
|
-
|
39
|
-
opts.on("-h", "--help",
|
40
|
-
"Show this help message.") { puts opts; exit }
|
41
|
-
|
42
|
-
opts.parse!
|
43
|
-
end
|
44
|
-
|
45
|
-
if OPTIONS[:use_implement]
|
46
|
-
require 'corba/poa'
|
47
|
-
CORBA.implement('Truncatable.idl', OPTIONS, CORBA::IDL::SERVANT_INTF)
|
48
|
-
else
|
49
|
-
require 'TruncatableS'
|
50
|
-
end
|
51
|
-
|
52
|
-
require 'Truncatable_impl'
|
53
|
-
|
54
|
-
orb = CORBA.ORB_init(["-ORBDebugLevel", OPTIONS[:orb_debuglevel]], 'myORB')
|
55
|
-
|
56
|
-
# make sure valuetype factories are registered
|
57
|
-
OBV_TruncatableTest::BaseValueFactory.get_factory(orb)
|
58
|
-
OBV_TruncatableTest::TValue1Factory.get_factory(orb)
|
59
|
-
OBV_TruncatableTest::TValue4Factory.get_factory(orb)
|
60
|
-
OBV_TruncatableTest::NestedValueFactory.get_factory(orb)
|
61
|
-
|
62
|
-
obj = orb.resolve_initial_references('RootPOA')
|
63
|
-
|
64
|
-
root_poa = PortableServer::POA._narrow(obj)
|
65
|
-
|
66
|
-
poa_man = root_poa.the_POAManager
|
67
|
-
|
68
|
-
poa_man.activate
|
69
|
-
|
70
|
-
tester = Test_impl.new(orb)
|
71
|
-
|
72
|
-
obj = tester._this()
|
73
|
-
|
74
|
-
ior = orb.object_to_string(obj)
|
75
|
-
|
76
|
-
open(OPTIONS[:iorfile], 'w') { |io|
|
77
|
-
io.write ior
|
78
|
-
}
|
79
|
-
|
80
|
-
Signal.trap('INT') do
|
81
|
-
puts "SIGINT - shutting down ORB..."
|
82
|
-
orb.shutdown()
|
83
|
-
end
|
84
|
-
|
85
|
-
if Signal.list.has_key?('USR2')
|
86
|
-
Signal.trap('USR2', 'EXIT')
|
87
|
-
end
|
88
|
-
|
89
|
-
orb.run
|
1
|
+
#--------------------------------------------------------------------
|
2
|
+
#
|
3
|
+
# Author: Martin Corino
|
4
|
+
#
|
5
|
+
# This program is free software; you can redistribute it and/or
|
6
|
+
# modify it under the terms of the R2CORBA LICENSE which is
|
7
|
+
# included with this program.
|
8
|
+
#
|
9
|
+
# Copyright (c) Remedy IT Expertise BV
|
10
|
+
# Chamber of commerce Rotterdam nr.276339, The Netherlands
|
11
|
+
#--------------------------------------------------------------------
|
12
|
+
|
13
|
+
require 'optparse'
|
14
|
+
|
15
|
+
OPTIONS = {
|
16
|
+
:use_implement => false,
|
17
|
+
:orb_debuglevel => 0,
|
18
|
+
:iorfile => 'server.ior'
|
19
|
+
}
|
20
|
+
|
21
|
+
ARGV.options do |opts|
|
22
|
+
script_name = File.basename($0)
|
23
|
+
opts.banner = "Usage: ruby #{script_name} [options]"
|
24
|
+
|
25
|
+
opts.separator ""
|
26
|
+
|
27
|
+
opts.on("--o IORFILE",
|
28
|
+
"Set IOR filename.",
|
29
|
+
"Default: 'server.ior'") { |v| OPTIONS[:iorfile]=v }
|
30
|
+
opts.on("--d LVL",
|
31
|
+
"Set ORBDebugLevel value.",
|
32
|
+
"Default: 0") { |v| OPTIONS[:orb_debuglevel]=v }
|
33
|
+
opts.on("--use-implement",
|
34
|
+
"Load IDL through CORBA.implement() instead of precompiled code.",
|
35
|
+
"Default: off") { |v| OPTIONS[:use_implement]=v }
|
36
|
+
|
37
|
+
opts.separator ""
|
38
|
+
|
39
|
+
opts.on("-h", "--help",
|
40
|
+
"Show this help message.") { puts opts; exit }
|
41
|
+
|
42
|
+
opts.parse!
|
43
|
+
end
|
44
|
+
|
45
|
+
if OPTIONS[:use_implement]
|
46
|
+
require 'corba/poa'
|
47
|
+
CORBA.implement('Truncatable.idl', OPTIONS, CORBA::IDL::SERVANT_INTF)
|
48
|
+
else
|
49
|
+
require 'TruncatableS'
|
50
|
+
end
|
51
|
+
|
52
|
+
require 'Truncatable_impl'
|
53
|
+
|
54
|
+
orb = CORBA.ORB_init(["-ORBDebugLevel", OPTIONS[:orb_debuglevel]], 'myORB')
|
55
|
+
|
56
|
+
# make sure valuetype factories are registered
|
57
|
+
OBV_TruncatableTest::BaseValueFactory.get_factory(orb)
|
58
|
+
OBV_TruncatableTest::TValue1Factory.get_factory(orb)
|
59
|
+
OBV_TruncatableTest::TValue4Factory.get_factory(orb)
|
60
|
+
OBV_TruncatableTest::NestedValueFactory.get_factory(orb)
|
61
|
+
|
62
|
+
obj = orb.resolve_initial_references('RootPOA')
|
63
|
+
|
64
|
+
root_poa = PortableServer::POA._narrow(obj)
|
65
|
+
|
66
|
+
poa_man = root_poa.the_POAManager
|
67
|
+
|
68
|
+
poa_man.activate
|
69
|
+
|
70
|
+
tester = Test_impl.new(orb)
|
71
|
+
|
72
|
+
obj = tester._this()
|
73
|
+
|
74
|
+
ior = orb.object_to_string(obj)
|
75
|
+
|
76
|
+
open(OPTIONS[:iorfile], 'w') { |io|
|
77
|
+
io.write ior
|
78
|
+
}
|
79
|
+
|
80
|
+
Signal.trap('INT') do
|
81
|
+
puts "SIGINT - shutting down ORB..."
|
82
|
+
orb.shutdown()
|
83
|
+
end
|
84
|
+
|
85
|
+
if Signal.list.has_key?('USR2')
|
86
|
+
Signal.trap('USR2', 'EXIT')
|
87
|
+
end
|
88
|
+
|
89
|
+
orb.run
|
data/test/OBV/ValueBox/client.rb
CHANGED
@@ -1,497 +1,497 @@
|
|
1
|
-
#--------------------------------------------------------------------
|
2
|
-
#
|
3
|
-
# Author: Martin Corino
|
4
|
-
#
|
5
|
-
# This program is free software; you can redistribute it and/or
|
6
|
-
# modify it under the terms of the R2CORBA LICENSE which is
|
7
|
-
# included with this program.
|
8
|
-
#
|
9
|
-
# Copyright (c) Remedy IT Expertise BV
|
10
|
-
# Chamber of commerce Rotterdam nr.276339, The Netherlands
|
11
|
-
#--------------------------------------------------------------------
|
12
|
-
|
13
|
-
require 'optparse'
|
14
|
-
require 'lib/assert.rb'
|
15
|
-
include TestUtil::Assertions
|
16
|
-
|
17
|
-
OPTIONS = {
|
18
|
-
:use_implement => false,
|
19
|
-
:orb_debuglevel => 0,
|
20
|
-
:iorfile => 'file://server.ior'
|
21
|
-
}
|
22
|
-
|
23
|
-
ARGV.options do |opts|
|
24
|
-
script_name = File.basename($0)
|
25
|
-
opts.banner = "Usage: ruby #{script_name} [options]"
|
26
|
-
|
27
|
-
opts.separator ""
|
28
|
-
|
29
|
-
opts.on("--k IORFILE",
|
30
|
-
"Set IOR.",
|
31
|
-
"Default: 'file://server.ior'") { |v| OPTIONS[:iorfile]=v }
|
32
|
-
opts.on("--d LVL",
|
33
|
-
"Set ORBDebugLevel value.",
|
34
|
-
"Default: 0") { |v| OPTIONS[:orb_debuglevel]=v }
|
35
|
-
opts.on("--use-implement",
|
36
|
-
"Load IDL through CORBA.implement() instead of precompiled code.",
|
37
|
-
"Default: off") { |v| OPTIONS[:use_implement]=v }
|
38
|
-
|
39
|
-
opts.separator ""
|
40
|
-
|
41
|
-
opts.on("-h", "--help",
|
42
|
-
"Show this help message.") { puts opts; exit }
|
43
|
-
|
44
|
-
opts.parse!
|
45
|
-
end
|
46
|
-
|
47
|
-
if OPTIONS[:use_implement]
|
48
|
-
require 'corba'
|
49
|
-
CORBA.implement('valuebox.idl', OPTIONS)
|
50
|
-
else
|
51
|
-
require 'valueboxC'
|
52
|
-
end
|
53
|
-
|
54
|
-
##
|
55
|
-
|
56
|
-
module Test
|
57
|
-
def Test.basic_invocations(test)
|
58
|
-
# test boxed value
|
59
|
-
p1 = VBlong.new(25)
|
60
|
-
p2 = VBlong.new(53)
|
61
|
-
p2_out = nil
|
62
|
-
p3_out = nil
|
63
|
-
retval = nil
|
64
|
-
|
65
|
-
STDERR.puts '*** basic_op1 (1)'
|
66
|
-
retval, p2_out, p3_out = test.basic_op1(p1, p2)
|
67
|
-
|
68
|
-
assert "basic_invocations:1 failed", (p2_out == (53*3))
|
69
|
-
assert "basic_invocations:1 failed", (p3_out == (53*5))
|
70
|
-
assert "basic_invocations:1 failed", (retval == (p1.value*3))
|
71
|
-
|
72
|
-
# test boxed value using implicit conversion of Ruby types
|
73
|
-
p1 = 25
|
74
|
-
p2 = 53
|
75
|
-
p2_out = nil
|
76
|
-
p3_out = nil
|
77
|
-
retval = nil
|
78
|
-
|
79
|
-
STDERR.puts '*** basic_op1 (2)'
|
80
|
-
retval, p2_out, p3_out = test.basic_op1(p1, p2)
|
81
|
-
|
82
|
-
assert "basic_invocations:2 failed", (p2_out == (53*3))
|
83
|
-
assert "basic_invocations:2 failed", (p3_out == (53*5))
|
84
|
-
assert "basic_invocations:2 failed", (retval == (p1*3))
|
85
|
-
|
86
|
-
# test boxed value using nil
|
87
|
-
p1 = nil
|
88
|
-
p2 = VBlong.new(53)
|
89
|
-
p2_out = nil
|
90
|
-
p3_out = nil
|
91
|
-
retval = nil
|
92
|
-
|
93
|
-
STDERR.puts '*** basic_op1 (3)'
|
94
|
-
retval, p2_out, p3_out = test.basic_op1(p1, p2)
|
95
|
-
|
96
|
-
assert "basic_invocations:2 failed", (p2_out == (53*3))
|
97
|
-
assert "basic_invocations:2 failed", (p3_out == (53*5))
|
98
|
-
assert "basic_invocations:2 failed", (retval.nil?)
|
99
|
-
|
100
|
-
# test boxed value from nested module
|
101
|
-
p1 = Vb_basic::M_VBlong.new(25) # explicit value box
|
102
|
-
p2 = 53 # implicitly converted value
|
103
|
-
p2_out = nil
|
104
|
-
p3_out = nil
|
105
|
-
retval = nil
|
106
|
-
|
107
|
-
retval, p2_out, p3_out = test.basic_op2(p1, p2)
|
108
|
-
|
109
|
-
assert "basic_invocations:3 failed", (p2_out == (53*3))
|
110
|
-
assert "basic_invocations:3 failed", (p3_out == (53*5))
|
111
|
-
assert "basic_invocations:3 failed", (retval == (p1.value*3))
|
112
|
-
|
113
|
-
# test regular Ruby types using values from valueboxes
|
114
|
-
p1 = VBlong.new(25)
|
115
|
-
p2 = VBlong.new(53)
|
116
|
-
p2_out = nil
|
117
|
-
p3_out = nil
|
118
|
-
retval = nil
|
119
|
-
|
120
|
-
retval, p2_out, p3_out = test.basic_op3(p1.value, p2.value)
|
121
|
-
|
122
|
-
assert "basic_invocations:4 failed", (p2_out == (53*3))
|
123
|
-
assert "basic_invocations:4 failed", (p3_out == (53*5))
|
124
|
-
assert "basic_invocations:4 failed", (retval == (p1.value*3))
|
125
|
-
end
|
126
|
-
|
127
|
-
def Test.boxed_string_invocations(test)
|
128
|
-
string1 = "First-string"
|
129
|
-
string2 = "Second-string"
|
130
|
-
|
131
|
-
# Establish that we have data setup correctly...
|
132
|
-
assert "boxed_string_invocations:0 failed", (string1 < string2)
|
133
|
-
assert "boxed_string_invocations:0 failed", (string2 > string1)
|
134
|
-
assert "boxed_string_invocations:0 failed", (string1 == string1)
|
135
|
-
|
136
|
-
# create valueboxes
|
137
|
-
vbstring1 = VBstring.new(string1.dup)
|
138
|
-
vbstring2 = VBstring.new(string1.dup)
|
139
|
-
|
140
|
-
# check valuebox correctness
|
141
|
-
assert "boxed_string_invocations:1 failed", (vbstring1.value == string1)
|
142
|
-
assert "boxed_string_invocations:1 failed", (vbstring2.value == string1)
|
143
|
-
|
144
|
-
# test value modifier
|
145
|
-
vbstring2.value = string2.dup
|
146
|
-
assert "boxed_string_invocations:2 failed", (vbstring2.value == string2)
|
147
|
-
|
148
|
-
# test invocation with value boxes
|
149
|
-
p1 = VBstring.new('string1')
|
150
|
-
p2 = VBstring.new('string2')
|
151
|
-
assert "boxed_string_invocations:3 failed", (p1.value == 'string1')
|
152
|
-
assert "boxed_string_invocations:3 failed", (p2.value == 'string2')
|
153
|
-
|
154
|
-
p2_out = nil
|
155
|
-
p3_out = nil
|
156
|
-
retval = nil
|
157
|
-
retval, p2_out, p3_out = test.string_op1(p1, p2)
|
158
|
-
|
159
|
-
assert "boxed_string_invocations:4 failed", (p2_out == '2string')
|
160
|
-
assert "boxed_string_invocations:4 failed", (p3_out == '2string')
|
161
|
-
assert "boxed_string_invocations:4 failed", (retval == '1string')
|
162
|
-
|
163
|
-
# test invocation with Ruby types using valuebox values
|
164
|
-
assert "boxed_string_invocations:3 failed", (p1.value == 'string1')
|
165
|
-
assert "boxed_string_invocations:3 failed", (p2.value == 'string2')
|
166
|
-
|
167
|
-
p2_out = nil
|
168
|
-
p3_out = nil
|
169
|
-
retval = nil
|
170
|
-
retval, p2_out, p3_out = test.string_op2(p1.value, p2.value)
|
171
|
-
|
172
|
-
assert "boxed_string_invocations:4 failed", (p2_out == '2string')
|
173
|
-
assert "boxed_string_invocations:4 failed", (p3_out == '2string')
|
174
|
-
assert "boxed_string_invocations:4 failed", (retval == '1string')
|
175
|
-
end
|
176
|
-
|
177
|
-
def Test.boxed_sequence_invocations(test)
|
178
|
-
# basic test
|
179
|
-
p1 = VBseqlong.new([101, 202, 303])
|
180
|
-
assert "boxed_sequence_invocations:0 failed", (p1.value[0]==101 && p1.value[2]==303)
|
181
|
-
|
182
|
-
# test invocation with value boxes
|
183
|
-
p1 = VBseqlong.new([10, 9, 8, 7])
|
184
|
-
p2 = VBseqlong.new([100, 99, 98])
|
185
|
-
assert "boxed_sequence_invocations:1 failed", (p1.value[0] == 10 && p1.value[3] == 7)
|
186
|
-
assert "boxed_sequence_invocations:1 failed", (p2.value[0] == 100 && p2.value[2] == 98)
|
187
|
-
|
188
|
-
p2_out = nil
|
189
|
-
p3_out = nil
|
190
|
-
retval = nil
|
191
|
-
retval, p2_out, p3_out = test.seq_op1(p1, p2)
|
192
|
-
|
193
|
-
p2.value().each_with_index do |e, i|
|
194
|
-
assert "boxed_sequence_invocations:2 failed", (p2_out[i] == e*3)
|
195
|
-
end
|
196
|
-
p2.value().each_with_index do |e, i|
|
197
|
-
assert "boxed_sequence_invocations:2 failed", (p3_out[i] == e*5)
|
198
|
-
end
|
199
|
-
p1.value().each_with_index do |e, i|
|
200
|
-
assert "boxed_sequence_invocations:2 failed", (retval[i] == e)
|
201
|
-
end
|
202
|
-
|
203
|
-
# test invocation with Ruby types using valuebox values
|
204
|
-
p2_out = nil
|
205
|
-
p3_out = nil
|
206
|
-
p2_out, p3_out = test.seq_op2(p1.value, p2.value)
|
207
|
-
|
208
|
-
p2.value().each_with_index do |e, i|
|
209
|
-
assert "boxed_sequence_invocations:3 failed", (p2_out[i] == e*3)
|
210
|
-
end
|
211
|
-
p2.value().each_with_index do |e, i|
|
212
|
-
assert "boxed_sequence_invocations:3 failed", (p3_out[i] == e*5)
|
213
|
-
end
|
214
|
-
end
|
215
|
-
|
216
|
-
def Test.boxed_struct_invocations(test)
|
217
|
-
# basic test
|
218
|
-
p1 = VBfixed_struct1.new(
|
219
|
-
Fixed_Struct1.new(29,
|
220
|
-
Fixed_Struct1::Bstruct.new(117,21)))
|
221
|
-
|
222
|
-
assert "boxed_struct_invocations:0 failed", (p1.value.is_a?(Fixed_Struct1))
|
223
|
-
assert "boxed_struct_invocations:0 failed", (p1.value.l == 29)
|
224
|
-
assert "boxed_struct_invocations:0 failed", (p1.value.abstruct.s1 == 117 && p1.value.abstruct.s2 == 21)
|
225
|
-
|
226
|
-
# test invocation with valueboxes
|
227
|
-
p2 = VBfixed_struct1.new(
|
228
|
-
Fixed_Struct1.new(92,
|
229
|
-
Fixed_Struct1::Bstruct.new(171,12)))
|
230
|
-
p2_out = nil
|
231
|
-
p3_out = nil
|
232
|
-
retval = nil
|
233
|
-
retval, p2_out, p3_out = test.struct_op1(p1, p2)
|
234
|
-
|
235
|
-
assert "boxed_struct_invocations:1 failed", (p2_out.is_a?(Fixed_Struct1))
|
236
|
-
assert "boxed_struct_invocations:1 failed", (p2_out.l == (92*3))
|
237
|
-
assert "boxed_struct_invocations:1 failed", (p2_out.abstruct.s1 == (171*3) &&
|
238
|
-
p2_out.abstruct.s2 == (12*3))
|
239
|
-
|
240
|
-
assert "boxed_struct_invocations:1 failed", (p3_out.is_a?(Fixed_Struct1))
|
241
|
-
assert "boxed_struct_invocations:1 failed", (p3_out.l == (92*5))
|
242
|
-
assert "boxed_struct_invocations:1 failed", (p3_out.abstruct.s1 == (171*5) &&
|
243
|
-
p3_out.abstruct.s2 == (12*5))
|
244
|
-
|
245
|
-
assert "boxed_struct_invocations:1 failed", (retval.is_a?(Fixed_Struct1))
|
246
|
-
assert "boxed_struct_invocations:1 failed", (retval.l == p1.value.l)
|
247
|
-
assert "boxed_struct_invocations:1 failed", (retval.abstruct.s1 == p1.value.abstruct.s1 &&
|
248
|
-
retval.abstruct.s2 == p1.value.abstruct.s2)
|
249
|
-
|
250
|
-
# test invocation with Ruby types using valuebox values
|
251
|
-
p2_out, p3_out = test.struct_op2(p1.value, p2_out)
|
252
|
-
|
253
|
-
assert "boxed_struct_invocations:2 failed", (p2_out.is_a?(Fixed_Struct1))
|
254
|
-
assert "boxed_struct_invocations:2 failed", (p2_out.l == (92*3*3))
|
255
|
-
assert "boxed_struct_invocations:2 failed", (p2_out.abstruct.s1 == (171*3*3) &&
|
256
|
-
p2_out.abstruct.s2 == (12*3*3))
|
257
|
-
|
258
|
-
assert "boxed_struct_invocations:2 failed", (p3_out.is_a?(Fixed_Struct1))
|
259
|
-
assert "boxed_struct_invocations:2 failed", (p3_out.l == p1.value.l)
|
260
|
-
assert "boxed_struct_invocations:2 failed", (p3_out.abstruct.s1 == p1.value.abstruct.s1 &&
|
261
|
-
p3_out.abstruct.s2 == p1.value.abstruct.s2)
|
262
|
-
|
263
|
-
# test invocation with valueboxes
|
264
|
-
p1 = VBvariable_struct1.new(Variable_Struct1.new(29, 'variable1'))
|
265
|
-
p2 = VBvariable_struct1.new(Variable_Struct1.new(37, 'variable2'))
|
266
|
-
|
267
|
-
assert "boxed_struct_invocations:3 failed", (p1.value.is_a?(Variable_Struct1))
|
268
|
-
assert "boxed_struct_invocations:3 failed", (p1.value.l == 29)
|
269
|
-
assert "boxed_struct_invocations:3 failed", (p1.value.str == 'variable1')
|
270
|
-
|
271
|
-
p2_out = nil
|
272
|
-
p3_out = nil
|
273
|
-
retval = nil
|
274
|
-
retval, p2_out, p3_out = test.struct_op3(p1, p2)
|
275
|
-
|
276
|
-
assert "boxed_struct_invocations:4 failed", (p2_out.is_a?(Variable_Struct1))
|
277
|
-
assert "boxed_struct_invocations:4 failed", (p2_out.l == (37*3))
|
278
|
-
assert "boxed_struct_invocations:4 failed", (p2_out.str == '2variable')
|
279
|
-
|
280
|
-
assert "boxed_struct_invocations:4 failed", (p3_out.is_a?(Variable_Struct1))
|
281
|
-
assert "boxed_struct_invocations:4 failed", (p3_out.l == (37*3))
|
282
|
-
assert "boxed_struct_invocations:4 failed", (p3_out.str == '2variable')
|
283
|
-
|
284
|
-
assert "boxed_struct_invocations:1 failed", (retval.is_a?(Variable_Struct1))
|
285
|
-
assert "boxed_struct_invocations:1 failed", (retval.l == p1.value.l)
|
286
|
-
assert "boxed_struct_invocations:1 failed", (retval.str == p1.value.str)
|
287
|
-
|
288
|
-
# test invocation with Ruby types using valuebox values
|
289
|
-
p2_out, p3_out = test.struct_op4(p1.value, p2_out)
|
290
|
-
|
291
|
-
assert "boxed_struct_invocations:4 failed", (p2_out.is_a?(Variable_Struct1))
|
292
|
-
assert "boxed_struct_invocations:4 failed", (p2_out.l == (37*3*3))
|
293
|
-
assert "boxed_struct_invocations:4 failed", (p2_out.str == 'e2variabl')
|
294
|
-
|
295
|
-
assert "boxed_struct_invocations:1 failed", (p3_out.is_a?(Variable_Struct1))
|
296
|
-
assert "boxed_struct_invocations:1 failed", (p3_out.l == p1.value.l)
|
297
|
-
assert "boxed_struct_invocations:1 failed", (p3_out.str == p1.value.str)
|
298
|
-
end
|
299
|
-
|
300
|
-
def Test.boxed_array_invocations(test)
|
301
|
-
# basic test
|
302
|
-
p1 = VBlongarray.new([101, 202, 303])
|
303
|
-
assert "boxed_array_invocations:0 failed", (p1.value[0]==101 && p1.value[2]==303)
|
304
|
-
|
305
|
-
# test invocation with value boxes
|
306
|
-
p1 = VBlongarray.new([10, 9, 8])
|
307
|
-
p2 = VBlongarray.new([100, 99, 98])
|
308
|
-
assert "boxed_array_invocations:1 failed", (p1.value[0] == 10 && p1.value[2] == 8)
|
309
|
-
assert "boxed_array_invocations:1 failed", (p2.value[0] == 100 && p2.value[2] == 98)
|
310
|
-
|
311
|
-
p2_out = nil
|
312
|
-
p3_out = nil
|
313
|
-
retval = nil
|
314
|
-
retval, p2_out, p3_out = test.array_op1(p1, p2)
|
315
|
-
|
316
|
-
p2.value().each_with_index do |e, i|
|
317
|
-
assert "boxed_array_invocations:2 failed", (p2_out[i] == e*3)
|
318
|
-
end
|
319
|
-
p2.value().each_with_index do |e, i|
|
320
|
-
assert "boxed_array_invocations:2 failed", (p3_out[i] == e*3)
|
321
|
-
end
|
322
|
-
p1.value().each_with_index do |e, i|
|
323
|
-
assert "boxed_array_invocations:2 failed", (retval[i] == e)
|
324
|
-
end
|
325
|
-
|
326
|
-
# test invocation with Ruby types using valuebox values
|
327
|
-
p2_out = nil
|
328
|
-
p3_out = nil
|
329
|
-
p2_out, p3_out = test.array_op2(p1.value, p2.value)
|
330
|
-
|
331
|
-
p2.value().each_with_index do |e, i|
|
332
|
-
assert "boxed_array_invocations:3 failed", (p2_out[i] == e*3)
|
333
|
-
end
|
334
|
-
p1.value().each_with_index do |e, i|
|
335
|
-
assert "boxed_array_invocations:3 failed", (p3_out[i] == e)
|
336
|
-
end
|
337
|
-
|
338
|
-
# test invocation with value boxes
|
339
|
-
p1 = VBstringarray.new(['in string1', 'in string1'])
|
340
|
-
p2 = VBstringarray.new(['inout string1', 'inout string1'])
|
341
|
-
assert "boxed_array_invocations:4 failed", (p1.value[0] == 'in string1' && p1.value[1] == 'in string1')
|
342
|
-
assert "boxed_array_invocations:4 failed", (p2.value[0] == 'inout string1' && p2.value[1] == 'inout string1')
|
343
|
-
|
344
|
-
p2_out = nil
|
345
|
-
p3_out = nil
|
346
|
-
retval = nil
|
347
|
-
retval, p2_out, p3_out = test.array_op3(p1, p2)
|
348
|
-
|
349
|
-
p2.value().each_with_index do |e, i|
|
350
|
-
assert "boxed_array_invocations:5 failed", (p2_out[i] == '1inout string')
|
351
|
-
end
|
352
|
-
p2.value().each_with_index do |e, i|
|
353
|
-
assert "boxed_array_invocations:5 failed", (p3_out[i] == '1inout string')
|
354
|
-
end
|
355
|
-
p1.value().each_with_index do |e, i|
|
356
|
-
assert "boxed_array_invocations:5 failed", (retval[i] == e)
|
357
|
-
end
|
358
|
-
|
359
|
-
# test invocation with Ruby types using valuebox values
|
360
|
-
p2_out = nil
|
361
|
-
p3_out = nil
|
362
|
-
p2_out, p3_out = test.array_op4(p1.value, p2.value)
|
363
|
-
|
364
|
-
p2.value().each_with_index do |e, i|
|
365
|
-
assert "boxed_array_invocations:6 failed", (p2_out[i] == '1inout string')
|
366
|
-
end
|
367
|
-
p1.value().each_with_index do |e, i|
|
368
|
-
assert "boxed_array_invocations:6 failed", (p3_out[i] == e)
|
369
|
-
end
|
370
|
-
end
|
371
|
-
def Test.boxed_union_invocations(test)
|
372
|
-
# basic test
|
373
|
-
p1 = VBfixed_union1.new(Fixed_Union1.new)
|
374
|
-
p1.value.m1 = 321
|
375
|
-
p2 = VBfixed_union1.new(Fixed_Union1.new)
|
376
|
-
p2.value.m2 = 789
|
377
|
-
|
378
|
-
assert "boxed_union_invocations:0 failed", (p1.value.is_a?(Fixed_Union1))
|
379
|
-
assert "boxed_union_invocations:0 failed", (p1.value._disc == 1)
|
380
|
-
assert "boxed_union_invocations:0 failed", (p1.value.m1 == 321)
|
381
|
-
|
382
|
-
assert "boxed_union_invocations:0 failed", (p2.value.is_a?(Fixed_Union1))
|
383
|
-
assert "boxed_union_invocations:0 failed", (p2.value._disc == 2)
|
384
|
-
assert "boxed_union_invocations:0 failed", (p2.value.m1 == 789)
|
385
|
-
|
386
|
-
# test invocation with valueboxes
|
387
|
-
p2_out = nil
|
388
|
-
p3_out = nil
|
389
|
-
retval = nil
|
390
|
-
retval, p2_out, p3_out = test.union_op1(p1, p2)
|
391
|
-
|
392
|
-
assert "boxed_union_invocations:1 failed", (p2_out.is_a?(Fixed_Union1))
|
393
|
-
assert "boxed_union_invocations:1 failed", (p2_out._disc == 2)
|
394
|
-
assert "boxed_union_invocations:1 failed", (p2_out.m2 == 789*3)
|
395
|
-
|
396
|
-
assert "boxed_union_invocations:1 failed", (p3_out.is_a?(Fixed_Union1))
|
397
|
-
assert "boxed_union_invocations:1 failed", (p3_out._disc == 1)
|
398
|
-
assert "boxed_union_invocations:1 failed", (p3_out.m1 == 321*3)
|
399
|
-
|
400
|
-
assert "boxed_union_invocations:1 failed", (retval.is_a?(Fixed_Union1))
|
401
|
-
assert "boxed_union_invocations:1 failed", (retval._disc == 1)
|
402
|
-
assert "boxed_union_invocations:1 failed", (retval.m1 == 321*3)
|
403
|
-
|
404
|
-
# test invocation with Ruby types using valuebox values
|
405
|
-
p2_out = nil
|
406
|
-
p3_out = nil
|
407
|
-
p2_out, p3_out = test.union_op2(p1.value, p2.value)
|
408
|
-
|
409
|
-
assert "boxed_union_invocations:1 failed", (p2_out.is_a?(Fixed_Union1))
|
410
|
-
assert "boxed_union_invocations:1 failed", (p2_out._disc == 2)
|
411
|
-
assert "boxed_union_invocations:1 failed", (p2_out.m2 == 789*3)
|
412
|
-
|
413
|
-
assert "boxed_union_invocations:1 failed", (p3_out.is_a?(Fixed_Union1))
|
414
|
-
assert "boxed_union_invocations:1 failed", (p3_out._disc == 1)
|
415
|
-
assert "boxed_union_invocations:1 failed", (p3_out.m1 == 321)
|
416
|
-
|
417
|
-
# test invocation with valueboxes
|
418
|
-
p1 = VBvariable_union1.new(Variable_Union1.new)
|
419
|
-
p1.value.m1 = 321
|
420
|
-
p2 = VBvariable_union1.new(Variable_Union1.new)
|
421
|
-
p2.value.m2 = 'abracadabra'
|
422
|
-
|
423
|
-
assert "boxed_union_invocations:0 failed", (p1.value.is_a?(Variable_Union1))
|
424
|
-
assert "boxed_union_invocations:0 failed", (p1.value._disc == 1)
|
425
|
-
assert "boxed_union_invocations:0 failed", (p1.value.m1 == 321)
|
426
|
-
|
427
|
-
assert "boxed_union_invocations:0 failed", (p2.value.is_a?(Variable_Union1))
|
428
|
-
assert "boxed_union_invocations:0 failed", (p2.value._disc == 2)
|
429
|
-
assert "boxed_union_invocations:0 failed", (p2.value.m1 == 'abracadabra')
|
430
|
-
|
431
|
-
p2_out = nil
|
432
|
-
p3_out = nil
|
433
|
-
retval = nil
|
434
|
-
retval, p2_out, p3_out = test.union_op3(p1, p2)
|
435
|
-
|
436
|
-
assert "boxed_union_invocations:1 failed", (p2_out.is_a?(Variable_Union1))
|
437
|
-
assert "boxed_union_invocations:1 failed", (p2_out._disc == 2)
|
438
|
-
assert "boxed_union_invocations:1 failed", (p2_out.m2 == 'aabracadabr')
|
439
|
-
|
440
|
-
assert "boxed_union_invocations:1 failed", (p3_out.is_a?(Variable_Union1))
|
441
|
-
assert "boxed_union_invocations:1 failed", (p3_out._disc == 1)
|
442
|
-
assert "boxed_union_invocations:1 failed", (p3_out.m1 == 321)
|
443
|
-
|
444
|
-
assert "boxed_union_invocations:1 failed", (retval.is_a?(Variable_Union1))
|
445
|
-
assert "boxed_union_invocations:1 failed", (retval._disc == 1)
|
446
|
-
assert "boxed_union_invocations:1 failed", (retval.m1 == 321)
|
447
|
-
|
448
|
-
# test invocation with Ruby types using valuebox values
|
449
|
-
p2_out = nil
|
450
|
-
p3_out = nil
|
451
|
-
p2_out, p3_out = test.union_op4(p1.value, p2.value)
|
452
|
-
|
453
|
-
assert "boxed_union_invocations:1 failed", (p2_out.is_a?(Variable_Union1))
|
454
|
-
assert "boxed_union_invocations:1 failed", (p2_out._disc == 2)
|
455
|
-
assert "boxed_union_invocations:1 failed", (p2_out.m2 == 'aabracadabr')
|
456
|
-
|
457
|
-
assert "boxed_union_invocations:1 failed", (p3_out.is_a?(Variable_Union1))
|
458
|
-
assert "boxed_union_invocations:1 failed", (p3_out._disc == 1)
|
459
|
-
assert "boxed_union_invocations:1 failed", (p3_out.m1 == 321)
|
460
|
-
|
461
|
-
end
|
462
|
-
end
|
463
|
-
|
464
|
-
##
|
465
|
-
|
466
|
-
orb = CORBA.ORB_init(["-ORBDebugLevel", OPTIONS[:orb_debuglevel]], 'myORB')
|
467
|
-
|
468
|
-
begin
|
469
|
-
obj = orb.string_to_object(OPTIONS[:iorfile])
|
470
|
-
|
471
|
-
assert_not 'Object reference is nil.', CORBA::is_nil(obj)
|
472
|
-
|
473
|
-
test = Test._narrow(obj)
|
474
|
-
|
475
|
-
# run tests
|
476
|
-
|
477
|
-
Test.basic_invocations(test)
|
478
|
-
|
479
|
-
Test.boxed_string_invocations(test)
|
480
|
-
|
481
|
-
Test.boxed_sequence_invocations(test)
|
482
|
-
|
483
|
-
Test.boxed_struct_invocations(test)
|
484
|
-
|
485
|
-
Test.boxed_array_invocations(test)
|
486
|
-
|
487
|
-
Test.boxed_union_invocations(test)
|
488
|
-
|
489
|
-
# shutdown test service
|
490
|
-
|
491
|
-
test.shutdown()
|
492
|
-
|
493
|
-
ensure
|
494
|
-
|
495
|
-
orb.destroy()
|
496
|
-
|
497
|
-
end
|
1
|
+
#--------------------------------------------------------------------
|
2
|
+
#
|
3
|
+
# Author: Martin Corino
|
4
|
+
#
|
5
|
+
# This program is free software; you can redistribute it and/or
|
6
|
+
# modify it under the terms of the R2CORBA LICENSE which is
|
7
|
+
# included with this program.
|
8
|
+
#
|
9
|
+
# Copyright (c) Remedy IT Expertise BV
|
10
|
+
# Chamber of commerce Rotterdam nr.276339, The Netherlands
|
11
|
+
#--------------------------------------------------------------------
|
12
|
+
|
13
|
+
require 'optparse'
|
14
|
+
require 'lib/assert.rb'
|
15
|
+
include TestUtil::Assertions
|
16
|
+
|
17
|
+
OPTIONS = {
|
18
|
+
:use_implement => false,
|
19
|
+
:orb_debuglevel => 0,
|
20
|
+
:iorfile => 'file://server.ior'
|
21
|
+
}
|
22
|
+
|
23
|
+
ARGV.options do |opts|
|
24
|
+
script_name = File.basename($0)
|
25
|
+
opts.banner = "Usage: ruby #{script_name} [options]"
|
26
|
+
|
27
|
+
opts.separator ""
|
28
|
+
|
29
|
+
opts.on("--k IORFILE",
|
30
|
+
"Set IOR.",
|
31
|
+
"Default: 'file://server.ior'") { |v| OPTIONS[:iorfile]=v }
|
32
|
+
opts.on("--d LVL",
|
33
|
+
"Set ORBDebugLevel value.",
|
34
|
+
"Default: 0") { |v| OPTIONS[:orb_debuglevel]=v }
|
35
|
+
opts.on("--use-implement",
|
36
|
+
"Load IDL through CORBA.implement() instead of precompiled code.",
|
37
|
+
"Default: off") { |v| OPTIONS[:use_implement]=v }
|
38
|
+
|
39
|
+
opts.separator ""
|
40
|
+
|
41
|
+
opts.on("-h", "--help",
|
42
|
+
"Show this help message.") { puts opts; exit }
|
43
|
+
|
44
|
+
opts.parse!
|
45
|
+
end
|
46
|
+
|
47
|
+
if OPTIONS[:use_implement]
|
48
|
+
require 'corba'
|
49
|
+
CORBA.implement('valuebox.idl', OPTIONS)
|
50
|
+
else
|
51
|
+
require 'valueboxC'
|
52
|
+
end
|
53
|
+
|
54
|
+
##
|
55
|
+
|
56
|
+
module Test
|
57
|
+
def Test.basic_invocations(test)
|
58
|
+
# test boxed value
|
59
|
+
p1 = VBlong.new(25)
|
60
|
+
p2 = VBlong.new(53)
|
61
|
+
p2_out = nil
|
62
|
+
p3_out = nil
|
63
|
+
retval = nil
|
64
|
+
|
65
|
+
STDERR.puts '*** basic_op1 (1)'
|
66
|
+
retval, p2_out, p3_out = test.basic_op1(p1, p2)
|
67
|
+
|
68
|
+
assert "basic_invocations:1 failed", (p2_out == (53*3))
|
69
|
+
assert "basic_invocations:1 failed", (p3_out == (53*5))
|
70
|
+
assert "basic_invocations:1 failed", (retval == (p1.value*3))
|
71
|
+
|
72
|
+
# test boxed value using implicit conversion of Ruby types
|
73
|
+
p1 = 25
|
74
|
+
p2 = 53
|
75
|
+
p2_out = nil
|
76
|
+
p3_out = nil
|
77
|
+
retval = nil
|
78
|
+
|
79
|
+
STDERR.puts '*** basic_op1 (2)'
|
80
|
+
retval, p2_out, p3_out = test.basic_op1(p1, p2)
|
81
|
+
|
82
|
+
assert "basic_invocations:2 failed", (p2_out == (53*3))
|
83
|
+
assert "basic_invocations:2 failed", (p3_out == (53*5))
|
84
|
+
assert "basic_invocations:2 failed", (retval == (p1*3))
|
85
|
+
|
86
|
+
# test boxed value using nil
|
87
|
+
p1 = nil
|
88
|
+
p2 = VBlong.new(53)
|
89
|
+
p2_out = nil
|
90
|
+
p3_out = nil
|
91
|
+
retval = nil
|
92
|
+
|
93
|
+
STDERR.puts '*** basic_op1 (3)'
|
94
|
+
retval, p2_out, p3_out = test.basic_op1(p1, p2)
|
95
|
+
|
96
|
+
assert "basic_invocations:2 failed", (p2_out == (53*3))
|
97
|
+
assert "basic_invocations:2 failed", (p3_out == (53*5))
|
98
|
+
assert "basic_invocations:2 failed", (retval.nil?)
|
99
|
+
|
100
|
+
# test boxed value from nested module
|
101
|
+
p1 = Vb_basic::M_VBlong.new(25) # explicit value box
|
102
|
+
p2 = 53 # implicitly converted value
|
103
|
+
p2_out = nil
|
104
|
+
p3_out = nil
|
105
|
+
retval = nil
|
106
|
+
|
107
|
+
retval, p2_out, p3_out = test.basic_op2(p1, p2)
|
108
|
+
|
109
|
+
assert "basic_invocations:3 failed", (p2_out == (53*3))
|
110
|
+
assert "basic_invocations:3 failed", (p3_out == (53*5))
|
111
|
+
assert "basic_invocations:3 failed", (retval == (p1.value*3))
|
112
|
+
|
113
|
+
# test regular Ruby types using values from valueboxes
|
114
|
+
p1 = VBlong.new(25)
|
115
|
+
p2 = VBlong.new(53)
|
116
|
+
p2_out = nil
|
117
|
+
p3_out = nil
|
118
|
+
retval = nil
|
119
|
+
|
120
|
+
retval, p2_out, p3_out = test.basic_op3(p1.value, p2.value)
|
121
|
+
|
122
|
+
assert "basic_invocations:4 failed", (p2_out == (53*3))
|
123
|
+
assert "basic_invocations:4 failed", (p3_out == (53*5))
|
124
|
+
assert "basic_invocations:4 failed", (retval == (p1.value*3))
|
125
|
+
end
|
126
|
+
|
127
|
+
def Test.boxed_string_invocations(test)
|
128
|
+
string1 = "First-string"
|
129
|
+
string2 = "Second-string"
|
130
|
+
|
131
|
+
# Establish that we have data setup correctly...
|
132
|
+
assert "boxed_string_invocations:0 failed", (string1 < string2)
|
133
|
+
assert "boxed_string_invocations:0 failed", (string2 > string1)
|
134
|
+
assert "boxed_string_invocations:0 failed", (string1 == string1)
|
135
|
+
|
136
|
+
# create valueboxes
|
137
|
+
vbstring1 = VBstring.new(string1.dup)
|
138
|
+
vbstring2 = VBstring.new(string1.dup)
|
139
|
+
|
140
|
+
# check valuebox correctness
|
141
|
+
assert "boxed_string_invocations:1 failed", (vbstring1.value == string1)
|
142
|
+
assert "boxed_string_invocations:1 failed", (vbstring2.value == string1)
|
143
|
+
|
144
|
+
# test value modifier
|
145
|
+
vbstring2.value = string2.dup
|
146
|
+
assert "boxed_string_invocations:2 failed", (vbstring2.value == string2)
|
147
|
+
|
148
|
+
# test invocation with value boxes
|
149
|
+
p1 = VBstring.new('string1')
|
150
|
+
p2 = VBstring.new('string2')
|
151
|
+
assert "boxed_string_invocations:3 failed", (p1.value == 'string1')
|
152
|
+
assert "boxed_string_invocations:3 failed", (p2.value == 'string2')
|
153
|
+
|
154
|
+
p2_out = nil
|
155
|
+
p3_out = nil
|
156
|
+
retval = nil
|
157
|
+
retval, p2_out, p3_out = test.string_op1(p1, p2)
|
158
|
+
|
159
|
+
assert "boxed_string_invocations:4 failed", (p2_out == '2string')
|
160
|
+
assert "boxed_string_invocations:4 failed", (p3_out == '2string')
|
161
|
+
assert "boxed_string_invocations:4 failed", (retval == '1string')
|
162
|
+
|
163
|
+
# test invocation with Ruby types using valuebox values
|
164
|
+
assert "boxed_string_invocations:3 failed", (p1.value == 'string1')
|
165
|
+
assert "boxed_string_invocations:3 failed", (p2.value == 'string2')
|
166
|
+
|
167
|
+
p2_out = nil
|
168
|
+
p3_out = nil
|
169
|
+
retval = nil
|
170
|
+
retval, p2_out, p3_out = test.string_op2(p1.value, p2.value)
|
171
|
+
|
172
|
+
assert "boxed_string_invocations:4 failed", (p2_out == '2string')
|
173
|
+
assert "boxed_string_invocations:4 failed", (p3_out == '2string')
|
174
|
+
assert "boxed_string_invocations:4 failed", (retval == '1string')
|
175
|
+
end
|
176
|
+
|
177
|
+
def Test.boxed_sequence_invocations(test)
|
178
|
+
# basic test
|
179
|
+
p1 = VBseqlong.new([101, 202, 303])
|
180
|
+
assert "boxed_sequence_invocations:0 failed", (p1.value[0]==101 && p1.value[2]==303)
|
181
|
+
|
182
|
+
# test invocation with value boxes
|
183
|
+
p1 = VBseqlong.new([10, 9, 8, 7])
|
184
|
+
p2 = VBseqlong.new([100, 99, 98])
|
185
|
+
assert "boxed_sequence_invocations:1 failed", (p1.value[0] == 10 && p1.value[3] == 7)
|
186
|
+
assert "boxed_sequence_invocations:1 failed", (p2.value[0] == 100 && p2.value[2] == 98)
|
187
|
+
|
188
|
+
p2_out = nil
|
189
|
+
p3_out = nil
|
190
|
+
retval = nil
|
191
|
+
retval, p2_out, p3_out = test.seq_op1(p1, p2)
|
192
|
+
|
193
|
+
p2.value().each_with_index do |e, i|
|
194
|
+
assert "boxed_sequence_invocations:2 failed", (p2_out[i] == e*3)
|
195
|
+
end
|
196
|
+
p2.value().each_with_index do |e, i|
|
197
|
+
assert "boxed_sequence_invocations:2 failed", (p3_out[i] == e*5)
|
198
|
+
end
|
199
|
+
p1.value().each_with_index do |e, i|
|
200
|
+
assert "boxed_sequence_invocations:2 failed", (retval[i] == e)
|
201
|
+
end
|
202
|
+
|
203
|
+
# test invocation with Ruby types using valuebox values
|
204
|
+
p2_out = nil
|
205
|
+
p3_out = nil
|
206
|
+
p2_out, p3_out = test.seq_op2(p1.value, p2.value)
|
207
|
+
|
208
|
+
p2.value().each_with_index do |e, i|
|
209
|
+
assert "boxed_sequence_invocations:3 failed", (p2_out[i] == e*3)
|
210
|
+
end
|
211
|
+
p2.value().each_with_index do |e, i|
|
212
|
+
assert "boxed_sequence_invocations:3 failed", (p3_out[i] == e*5)
|
213
|
+
end
|
214
|
+
end
|
215
|
+
|
216
|
+
def Test.boxed_struct_invocations(test)
|
217
|
+
# basic test
|
218
|
+
p1 = VBfixed_struct1.new(
|
219
|
+
Fixed_Struct1.new(29,
|
220
|
+
Fixed_Struct1::Bstruct.new(117,21)))
|
221
|
+
|
222
|
+
assert "boxed_struct_invocations:0 failed", (p1.value.is_a?(Fixed_Struct1))
|
223
|
+
assert "boxed_struct_invocations:0 failed", (p1.value.l == 29)
|
224
|
+
assert "boxed_struct_invocations:0 failed", (p1.value.abstruct.s1 == 117 && p1.value.abstruct.s2 == 21)
|
225
|
+
|
226
|
+
# test invocation with valueboxes
|
227
|
+
p2 = VBfixed_struct1.new(
|
228
|
+
Fixed_Struct1.new(92,
|
229
|
+
Fixed_Struct1::Bstruct.new(171,12)))
|
230
|
+
p2_out = nil
|
231
|
+
p3_out = nil
|
232
|
+
retval = nil
|
233
|
+
retval, p2_out, p3_out = test.struct_op1(p1, p2)
|
234
|
+
|
235
|
+
assert "boxed_struct_invocations:1 failed", (p2_out.is_a?(Fixed_Struct1))
|
236
|
+
assert "boxed_struct_invocations:1 failed", (p2_out.l == (92*3))
|
237
|
+
assert "boxed_struct_invocations:1 failed", (p2_out.abstruct.s1 == (171*3) &&
|
238
|
+
p2_out.abstruct.s2 == (12*3))
|
239
|
+
|
240
|
+
assert "boxed_struct_invocations:1 failed", (p3_out.is_a?(Fixed_Struct1))
|
241
|
+
assert "boxed_struct_invocations:1 failed", (p3_out.l == (92*5))
|
242
|
+
assert "boxed_struct_invocations:1 failed", (p3_out.abstruct.s1 == (171*5) &&
|
243
|
+
p3_out.abstruct.s2 == (12*5))
|
244
|
+
|
245
|
+
assert "boxed_struct_invocations:1 failed", (retval.is_a?(Fixed_Struct1))
|
246
|
+
assert "boxed_struct_invocations:1 failed", (retval.l == p1.value.l)
|
247
|
+
assert "boxed_struct_invocations:1 failed", (retval.abstruct.s1 == p1.value.abstruct.s1 &&
|
248
|
+
retval.abstruct.s2 == p1.value.abstruct.s2)
|
249
|
+
|
250
|
+
# test invocation with Ruby types using valuebox values
|
251
|
+
p2_out, p3_out = test.struct_op2(p1.value, p2_out)
|
252
|
+
|
253
|
+
assert "boxed_struct_invocations:2 failed", (p2_out.is_a?(Fixed_Struct1))
|
254
|
+
assert "boxed_struct_invocations:2 failed", (p2_out.l == (92*3*3))
|
255
|
+
assert "boxed_struct_invocations:2 failed", (p2_out.abstruct.s1 == (171*3*3) &&
|
256
|
+
p2_out.abstruct.s2 == (12*3*3))
|
257
|
+
|
258
|
+
assert "boxed_struct_invocations:2 failed", (p3_out.is_a?(Fixed_Struct1))
|
259
|
+
assert "boxed_struct_invocations:2 failed", (p3_out.l == p1.value.l)
|
260
|
+
assert "boxed_struct_invocations:2 failed", (p3_out.abstruct.s1 == p1.value.abstruct.s1 &&
|
261
|
+
p3_out.abstruct.s2 == p1.value.abstruct.s2)
|
262
|
+
|
263
|
+
# test invocation with valueboxes
|
264
|
+
p1 = VBvariable_struct1.new(Variable_Struct1.new(29, 'variable1'))
|
265
|
+
p2 = VBvariable_struct1.new(Variable_Struct1.new(37, 'variable2'))
|
266
|
+
|
267
|
+
assert "boxed_struct_invocations:3 failed", (p1.value.is_a?(Variable_Struct1))
|
268
|
+
assert "boxed_struct_invocations:3 failed", (p1.value.l == 29)
|
269
|
+
assert "boxed_struct_invocations:3 failed", (p1.value.str == 'variable1')
|
270
|
+
|
271
|
+
p2_out = nil
|
272
|
+
p3_out = nil
|
273
|
+
retval = nil
|
274
|
+
retval, p2_out, p3_out = test.struct_op3(p1, p2)
|
275
|
+
|
276
|
+
assert "boxed_struct_invocations:4 failed", (p2_out.is_a?(Variable_Struct1))
|
277
|
+
assert "boxed_struct_invocations:4 failed", (p2_out.l == (37*3))
|
278
|
+
assert "boxed_struct_invocations:4 failed", (p2_out.str == '2variable')
|
279
|
+
|
280
|
+
assert "boxed_struct_invocations:4 failed", (p3_out.is_a?(Variable_Struct1))
|
281
|
+
assert "boxed_struct_invocations:4 failed", (p3_out.l == (37*3))
|
282
|
+
assert "boxed_struct_invocations:4 failed", (p3_out.str == '2variable')
|
283
|
+
|
284
|
+
assert "boxed_struct_invocations:1 failed", (retval.is_a?(Variable_Struct1))
|
285
|
+
assert "boxed_struct_invocations:1 failed", (retval.l == p1.value.l)
|
286
|
+
assert "boxed_struct_invocations:1 failed", (retval.str == p1.value.str)
|
287
|
+
|
288
|
+
# test invocation with Ruby types using valuebox values
|
289
|
+
p2_out, p3_out = test.struct_op4(p1.value, p2_out)
|
290
|
+
|
291
|
+
assert "boxed_struct_invocations:4 failed", (p2_out.is_a?(Variable_Struct1))
|
292
|
+
assert "boxed_struct_invocations:4 failed", (p2_out.l == (37*3*3))
|
293
|
+
assert "boxed_struct_invocations:4 failed", (p2_out.str == 'e2variabl')
|
294
|
+
|
295
|
+
assert "boxed_struct_invocations:1 failed", (p3_out.is_a?(Variable_Struct1))
|
296
|
+
assert "boxed_struct_invocations:1 failed", (p3_out.l == p1.value.l)
|
297
|
+
assert "boxed_struct_invocations:1 failed", (p3_out.str == p1.value.str)
|
298
|
+
end
|
299
|
+
|
300
|
+
def Test.boxed_array_invocations(test)
|
301
|
+
# basic test
|
302
|
+
p1 = VBlongarray.new([101, 202, 303])
|
303
|
+
assert "boxed_array_invocations:0 failed", (p1.value[0]==101 && p1.value[2]==303)
|
304
|
+
|
305
|
+
# test invocation with value boxes
|
306
|
+
p1 = VBlongarray.new([10, 9, 8])
|
307
|
+
p2 = VBlongarray.new([100, 99, 98])
|
308
|
+
assert "boxed_array_invocations:1 failed", (p1.value[0] == 10 && p1.value[2] == 8)
|
309
|
+
assert "boxed_array_invocations:1 failed", (p2.value[0] == 100 && p2.value[2] == 98)
|
310
|
+
|
311
|
+
p2_out = nil
|
312
|
+
p3_out = nil
|
313
|
+
retval = nil
|
314
|
+
retval, p2_out, p3_out = test.array_op1(p1, p2)
|
315
|
+
|
316
|
+
p2.value().each_with_index do |e, i|
|
317
|
+
assert "boxed_array_invocations:2 failed", (p2_out[i] == e*3)
|
318
|
+
end
|
319
|
+
p2.value().each_with_index do |e, i|
|
320
|
+
assert "boxed_array_invocations:2 failed", (p3_out[i] == e*3)
|
321
|
+
end
|
322
|
+
p1.value().each_with_index do |e, i|
|
323
|
+
assert "boxed_array_invocations:2 failed", (retval[i] == e)
|
324
|
+
end
|
325
|
+
|
326
|
+
# test invocation with Ruby types using valuebox values
|
327
|
+
p2_out = nil
|
328
|
+
p3_out = nil
|
329
|
+
p2_out, p3_out = test.array_op2(p1.value, p2.value)
|
330
|
+
|
331
|
+
p2.value().each_with_index do |e, i|
|
332
|
+
assert "boxed_array_invocations:3 failed", (p2_out[i] == e*3)
|
333
|
+
end
|
334
|
+
p1.value().each_with_index do |e, i|
|
335
|
+
assert "boxed_array_invocations:3 failed", (p3_out[i] == e)
|
336
|
+
end
|
337
|
+
|
338
|
+
# test invocation with value boxes
|
339
|
+
p1 = VBstringarray.new(['in string1', 'in string1'])
|
340
|
+
p2 = VBstringarray.new(['inout string1', 'inout string1'])
|
341
|
+
assert "boxed_array_invocations:4 failed", (p1.value[0] == 'in string1' && p1.value[1] == 'in string1')
|
342
|
+
assert "boxed_array_invocations:4 failed", (p2.value[0] == 'inout string1' && p2.value[1] == 'inout string1')
|
343
|
+
|
344
|
+
p2_out = nil
|
345
|
+
p3_out = nil
|
346
|
+
retval = nil
|
347
|
+
retval, p2_out, p3_out = test.array_op3(p1, p2)
|
348
|
+
|
349
|
+
p2.value().each_with_index do |e, i|
|
350
|
+
assert "boxed_array_invocations:5 failed", (p2_out[i] == '1inout string')
|
351
|
+
end
|
352
|
+
p2.value().each_with_index do |e, i|
|
353
|
+
assert "boxed_array_invocations:5 failed", (p3_out[i] == '1inout string')
|
354
|
+
end
|
355
|
+
p1.value().each_with_index do |e, i|
|
356
|
+
assert "boxed_array_invocations:5 failed", (retval[i] == e)
|
357
|
+
end
|
358
|
+
|
359
|
+
# test invocation with Ruby types using valuebox values
|
360
|
+
p2_out = nil
|
361
|
+
p3_out = nil
|
362
|
+
p2_out, p3_out = test.array_op4(p1.value, p2.value)
|
363
|
+
|
364
|
+
p2.value().each_with_index do |e, i|
|
365
|
+
assert "boxed_array_invocations:6 failed", (p2_out[i] == '1inout string')
|
366
|
+
end
|
367
|
+
p1.value().each_with_index do |e, i|
|
368
|
+
assert "boxed_array_invocations:6 failed", (p3_out[i] == e)
|
369
|
+
end
|
370
|
+
end
|
371
|
+
def Test.boxed_union_invocations(test)
|
372
|
+
# basic test
|
373
|
+
p1 = VBfixed_union1.new(Fixed_Union1.new)
|
374
|
+
p1.value.m1 = 321
|
375
|
+
p2 = VBfixed_union1.new(Fixed_Union1.new)
|
376
|
+
p2.value.m2 = 789
|
377
|
+
|
378
|
+
assert "boxed_union_invocations:0 failed", (p1.value.is_a?(Fixed_Union1))
|
379
|
+
assert "boxed_union_invocations:0 failed", (p1.value._disc == 1)
|
380
|
+
assert "boxed_union_invocations:0 failed", (p1.value.m1 == 321)
|
381
|
+
|
382
|
+
assert "boxed_union_invocations:0 failed", (p2.value.is_a?(Fixed_Union1))
|
383
|
+
assert "boxed_union_invocations:0 failed", (p2.value._disc == 2)
|
384
|
+
assert "boxed_union_invocations:0 failed", (p2.value.m1 == 789)
|
385
|
+
|
386
|
+
# test invocation with valueboxes
|
387
|
+
p2_out = nil
|
388
|
+
p3_out = nil
|
389
|
+
retval = nil
|
390
|
+
retval, p2_out, p3_out = test.union_op1(p1, p2)
|
391
|
+
|
392
|
+
assert "boxed_union_invocations:1 failed", (p2_out.is_a?(Fixed_Union1))
|
393
|
+
assert "boxed_union_invocations:1 failed", (p2_out._disc == 2)
|
394
|
+
assert "boxed_union_invocations:1 failed", (p2_out.m2 == 789*3)
|
395
|
+
|
396
|
+
assert "boxed_union_invocations:1 failed", (p3_out.is_a?(Fixed_Union1))
|
397
|
+
assert "boxed_union_invocations:1 failed", (p3_out._disc == 1)
|
398
|
+
assert "boxed_union_invocations:1 failed", (p3_out.m1 == 321*3)
|
399
|
+
|
400
|
+
assert "boxed_union_invocations:1 failed", (retval.is_a?(Fixed_Union1))
|
401
|
+
assert "boxed_union_invocations:1 failed", (retval._disc == 1)
|
402
|
+
assert "boxed_union_invocations:1 failed", (retval.m1 == 321*3)
|
403
|
+
|
404
|
+
# test invocation with Ruby types using valuebox values
|
405
|
+
p2_out = nil
|
406
|
+
p3_out = nil
|
407
|
+
p2_out, p3_out = test.union_op2(p1.value, p2.value)
|
408
|
+
|
409
|
+
assert "boxed_union_invocations:1 failed", (p2_out.is_a?(Fixed_Union1))
|
410
|
+
assert "boxed_union_invocations:1 failed", (p2_out._disc == 2)
|
411
|
+
assert "boxed_union_invocations:1 failed", (p2_out.m2 == 789*3)
|
412
|
+
|
413
|
+
assert "boxed_union_invocations:1 failed", (p3_out.is_a?(Fixed_Union1))
|
414
|
+
assert "boxed_union_invocations:1 failed", (p3_out._disc == 1)
|
415
|
+
assert "boxed_union_invocations:1 failed", (p3_out.m1 == 321)
|
416
|
+
|
417
|
+
# test invocation with valueboxes
|
418
|
+
p1 = VBvariable_union1.new(Variable_Union1.new)
|
419
|
+
p1.value.m1 = 321
|
420
|
+
p2 = VBvariable_union1.new(Variable_Union1.new)
|
421
|
+
p2.value.m2 = 'abracadabra'
|
422
|
+
|
423
|
+
assert "boxed_union_invocations:0 failed", (p1.value.is_a?(Variable_Union1))
|
424
|
+
assert "boxed_union_invocations:0 failed", (p1.value._disc == 1)
|
425
|
+
assert "boxed_union_invocations:0 failed", (p1.value.m1 == 321)
|
426
|
+
|
427
|
+
assert "boxed_union_invocations:0 failed", (p2.value.is_a?(Variable_Union1))
|
428
|
+
assert "boxed_union_invocations:0 failed", (p2.value._disc == 2)
|
429
|
+
assert "boxed_union_invocations:0 failed", (p2.value.m1 == 'abracadabra')
|
430
|
+
|
431
|
+
p2_out = nil
|
432
|
+
p3_out = nil
|
433
|
+
retval = nil
|
434
|
+
retval, p2_out, p3_out = test.union_op3(p1, p2)
|
435
|
+
|
436
|
+
assert "boxed_union_invocations:1 failed", (p2_out.is_a?(Variable_Union1))
|
437
|
+
assert "boxed_union_invocations:1 failed", (p2_out._disc == 2)
|
438
|
+
assert "boxed_union_invocations:1 failed", (p2_out.m2 == 'aabracadabr')
|
439
|
+
|
440
|
+
assert "boxed_union_invocations:1 failed", (p3_out.is_a?(Variable_Union1))
|
441
|
+
assert "boxed_union_invocations:1 failed", (p3_out._disc == 1)
|
442
|
+
assert "boxed_union_invocations:1 failed", (p3_out.m1 == 321)
|
443
|
+
|
444
|
+
assert "boxed_union_invocations:1 failed", (retval.is_a?(Variable_Union1))
|
445
|
+
assert "boxed_union_invocations:1 failed", (retval._disc == 1)
|
446
|
+
assert "boxed_union_invocations:1 failed", (retval.m1 == 321)
|
447
|
+
|
448
|
+
# test invocation with Ruby types using valuebox values
|
449
|
+
p2_out = nil
|
450
|
+
p3_out = nil
|
451
|
+
p2_out, p3_out = test.union_op4(p1.value, p2.value)
|
452
|
+
|
453
|
+
assert "boxed_union_invocations:1 failed", (p2_out.is_a?(Variable_Union1))
|
454
|
+
assert "boxed_union_invocations:1 failed", (p2_out._disc == 2)
|
455
|
+
assert "boxed_union_invocations:1 failed", (p2_out.m2 == 'aabracadabr')
|
456
|
+
|
457
|
+
assert "boxed_union_invocations:1 failed", (p3_out.is_a?(Variable_Union1))
|
458
|
+
assert "boxed_union_invocations:1 failed", (p3_out._disc == 1)
|
459
|
+
assert "boxed_union_invocations:1 failed", (p3_out.m1 == 321)
|
460
|
+
|
461
|
+
end
|
462
|
+
end
|
463
|
+
|
464
|
+
##
|
465
|
+
|
466
|
+
orb = CORBA.ORB_init(["-ORBDebugLevel", OPTIONS[:orb_debuglevel]], 'myORB')
|
467
|
+
|
468
|
+
begin
|
469
|
+
obj = orb.string_to_object(OPTIONS[:iorfile])
|
470
|
+
|
471
|
+
assert_not 'Object reference is nil.', CORBA::is_nil(obj)
|
472
|
+
|
473
|
+
test = Test._narrow(obj)
|
474
|
+
|
475
|
+
# run tests
|
476
|
+
|
477
|
+
Test.basic_invocations(test)
|
478
|
+
|
479
|
+
Test.boxed_string_invocations(test)
|
480
|
+
|
481
|
+
Test.boxed_sequence_invocations(test)
|
482
|
+
|
483
|
+
Test.boxed_struct_invocations(test)
|
484
|
+
|
485
|
+
Test.boxed_array_invocations(test)
|
486
|
+
|
487
|
+
Test.boxed_union_invocations(test)
|
488
|
+
|
489
|
+
# shutdown test service
|
490
|
+
|
491
|
+
test.shutdown()
|
492
|
+
|
493
|
+
ensure
|
494
|
+
|
495
|
+
orb.destroy()
|
496
|
+
|
497
|
+
end
|