r2corba 1.5.1-x64-mingw32 → 1.6.1-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (248) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE +5 -5
  3. data/README.rdoc +62 -0
  4. data/THANKS +4 -4
  5. data/lib/corba/cbase/IORMap.rb +0 -1
  6. data/lib/corba/cbase/ORB.rb +26 -24
  7. data/lib/corba/cbase/Request.rb +4 -5
  8. data/lib/corba/cbase/Streams.rb +2 -3
  9. data/lib/corba/cbase/Stub.rb +0 -1
  10. data/lib/corba/cbase/Typecode.rb +6 -7
  11. data/lib/corba/cbase/Values.rb +4 -3
  12. data/lib/corba/cbase/exception.rb +6 -5
  13. data/lib/corba/cbase/poa.rb +1 -2
  14. data/lib/corba/cbase/policies.rb +3 -4
  15. data/lib/corba/cbase/post_require.rb +1 -2
  16. data/lib/corba/cbase/require.rb +10 -2
  17. data/lib/corba/cmds/base.rb +1 -2
  18. data/lib/corba/cmds/test.rb +0 -1
  19. data/lib/corba/common/Any.rb +3 -3
  20. data/lib/corba/common/IDL.rb +6 -10
  21. data/lib/corba/common/ORB.rb +22 -23
  22. data/lib/corba/common/Object.rb +18 -15
  23. data/lib/corba/common/Request.rb +1 -2
  24. data/lib/corba/common/Servant.rb +4 -5
  25. data/lib/corba/common/Struct.rb +1 -2
  26. data/lib/corba/common/Stub.rb +6 -7
  27. data/lib/corba/common/Typecode.rb +91 -65
  28. data/lib/corba/common/Union.rb +6 -2
  29. data/lib/corba/common/Values.rb +2 -2
  30. data/lib/corba/common/const.rb +2 -3
  31. data/lib/corba/common/exception.rb +2 -2
  32. data/lib/corba/common/require.rb +8 -1
  33. data/lib/corba/common/version.rb +3 -4
  34. data/lib/corba/idl/BiDirPolicyC.rb +2 -3
  35. data/lib/corba/idl/CosNamingC.rb +4 -5
  36. data/lib/corba/idl/CosNamingS.rb +2 -3
  37. data/lib/corba/idl/IDL.rb +1 -2
  38. data/lib/corba/idl/IORTable.pidl +0 -1
  39. data/lib/corba/idl/IORTableC.rb +2 -3
  40. data/lib/corba/idl/MessagingC.rb +2 -3
  41. data/lib/corba/idl/POAC.rb +10 -11
  42. data/lib/corba/idl/TAO_Ext.pidl +0 -1
  43. data/lib/corba/idl/TAO_ExtC.rb +2 -3
  44. data/lib/corba/idl/r2c_orb.rb +5 -6
  45. data/lib/corba/idl/require.rb +0 -1
  46. data/lib/corba/jbase/Any.rb +29 -28
  47. data/lib/corba/jbase/IORMap.rb +1 -2
  48. data/lib/corba/jbase/ORB.rb +5 -6
  49. data/lib/corba/jbase/Object.rb +13 -14
  50. data/lib/corba/jbase/Request.rb +9 -10
  51. data/lib/corba/jbase/Servant.rb +11 -12
  52. data/lib/corba/jbase/ServerRequest.rb +8 -9
  53. data/lib/corba/jbase/Streams.rb +68 -5
  54. data/lib/corba/jbase/Stub.rb +0 -1
  55. data/lib/corba/jbase/Typecode.rb +17 -17
  56. data/lib/corba/jbase/Values.rb +2 -1
  57. data/lib/corba/jbase/exception.rb +2 -2
  58. data/lib/corba/jbase/poa.rb +21 -22
  59. data/lib/corba/jbase/policies.rb +33 -34
  60. data/lib/corba/jbase/post_require.rb +0 -1
  61. data/lib/corba/jbase/require.rb +5 -2
  62. data/lib/corba/naming.rb +0 -1
  63. data/lib/corba/naming_service.rb +0 -1
  64. data/lib/corba/poa.rb +1 -2
  65. data/lib/corba/policies.rb +1 -2
  66. data/lib/corba/require.rb +2 -3
  67. data/lib/corba/svcs/ins/cos_naming.rb +74 -68
  68. data/lib/corba/svcs/ins/ins.rb +58 -59
  69. data/lib/corba/svcs/ins/naming_service.rb +9 -10
  70. data/lib/corba.rb +1 -2
  71. data/lib/ridlbe/ruby/config.rb +78 -74
  72. data/lib/ridlbe/ruby/require.rb +0 -1
  73. data/lib/ridlbe/ruby/walker.rb +311 -288
  74. data/mkrf_conf_bingem.rb +4 -6
  75. data/rakelib/bin.rake +2 -3
  76. data/rakelib/bin.rb +4 -5
  77. data/rakelib/build.rake +22 -22
  78. data/rakelib/config.rake +2 -3
  79. data/rakelib/config.rb +32 -34
  80. data/rakelib/ext.rake +18 -77
  81. data/rakelib/ext.rb +19 -58
  82. data/rakelib/ext_r2tao.rb +33 -60
  83. data/rakelib/gem.rake +53 -38
  84. data/rakelib/gem.rb +9 -10
  85. data/rakelib/package.rake +2 -3
  86. data/rakelib/test.rake +0 -1
  87. data/test/BiDirectional/Test.idl +0 -1
  88. data/test/BiDirectional/client.rb +18 -19
  89. data/test/BiDirectional/run_test.rb +11 -12
  90. data/test/BiDirectional/server.rb +21 -23
  91. data/test/CORBA_Services/Naming/BindingIterator/Test.idl +0 -1
  92. data/test/CORBA_Services/Naming/BindingIterator/client.rb +17 -18
  93. data/test/CORBA_Services/Naming/BindingIterator/run_test.rb +13 -14
  94. data/test/CORBA_Services/Naming/BindingIterator/server.rb +19 -20
  95. data/test/CORBA_Services/Naming/Corbaname/Test.idl +0 -1
  96. data/test/CORBA_Services/Naming/Corbaname/client.rb +15 -16
  97. data/test/CORBA_Services/Naming/Corbaname/run_test.rb +13 -14
  98. data/test/CORBA_Services/Naming/Corbaname/server.rb +27 -28
  99. data/test/CORBA_Services/Naming/Simple/Test.idl +0 -1
  100. data/test/CORBA_Services/Naming/Simple/client.rb +16 -17
  101. data/test/CORBA_Services/Naming/Simple/run_test.rb +13 -14
  102. data/test/CORBA_Services/Naming/Simple/server.rb +19 -20
  103. data/test/Collocation/Diamond.idl +0 -1
  104. data/test/Collocation/run_test.rb +10 -11
  105. data/test/Collocation/test.rb +27 -21
  106. data/test/Connect_Timeout/Test.idl +0 -1
  107. data/test/Connect_Timeout/client.rb +16 -18
  108. data/test/Connect_Timeout/run_test.rb +10 -11
  109. data/test/DII/Test.idl +0 -1
  110. data/test/DII/client.rb +30 -31
  111. data/test/DII/run_test.rb +11 -12
  112. data/test/DII/server.rb +16 -17
  113. data/test/DSI/Test.idl +0 -1
  114. data/test/DSI/client.rb +16 -17
  115. data/test/DSI/run_test.rb +11 -12
  116. data/test/DSI/server.rb +17 -18
  117. data/test/Exceptions/Test.idl +0 -1
  118. data/test/Exceptions/client.rb +22 -23
  119. data/test/Exceptions/run_test.rb +11 -12
  120. data/test/Exceptions/server.rb +16 -17
  121. data/test/Hello/Test.idl +0 -1
  122. data/test/Hello/client.rb +16 -17
  123. data/test/Hello/run_test.rb +11 -12
  124. data/test/Hello/server.rb +17 -18
  125. data/test/IDL_Test/Test.idl +4 -1
  126. data/test/IDL_Test/client.rb +24 -23
  127. data/test/IDL_Test/run_test.rb +11 -12
  128. data/test/IDL_Test/server.rb +23 -19
  129. data/test/IORMap/Test.idl +0 -1
  130. data/test/IORMap/client.rb +14 -15
  131. data/test/IORMap/run_test.rb +11 -12
  132. data/test/IORMap/server.rb +23 -24
  133. data/test/IORTable/Test.idl +0 -1
  134. data/test/IORTable/client.rb +14 -15
  135. data/test/IORTable/run_test.rb +11 -12
  136. data/test/IORTable/server.rb +23 -24
  137. data/test/Implicit_Conversion/Test.idl +0 -1
  138. data/test/Implicit_Conversion/client.rb +20 -18
  139. data/test/Implicit_Conversion/run_test.rb +11 -12
  140. data/test/Implicit_Conversion/server.rb +16 -17
  141. data/test/Multi_Threading/Multiple_ORB/Test.idl +0 -1
  142. data/test/Multi_Threading/Multiple_ORB/client.rb +14 -15
  143. data/test/Multi_Threading/Multiple_ORB/run_test.rb +12 -13
  144. data/test/Multi_Threading/Multiple_ORB/server.rb +17 -18
  145. data/test/Multi_Threading/Simple/Test.idl +0 -1
  146. data/test/Multi_Threading/Simple/client.rb +17 -18
  147. data/test/Multi_Threading/Simple/run_test.rb +11 -12
  148. data/test/Multi_Threading/Simple/server.rb +17 -18
  149. data/test/Multi_Threading/Threads/Test.idl +0 -4
  150. data/test/Multi_Threading/Threads/client.rb +23 -26
  151. data/test/Multi_Threading/Threads/run_test.rb +11 -12
  152. data/test/Multi_Threading/Threads/server.rb +19 -22
  153. data/test/Multi_Threading/Threads/watchdog.rb +16 -16
  154. data/test/Multiple_Servant_Interfaces/Test.idl +0 -1
  155. data/test/Multiple_Servant_Interfaces/client.rb +14 -15
  156. data/test/Multiple_Servant_Interfaces/run_test.rb +11 -12
  157. data/test/Multiple_Servant_Interfaces/server.rb +18 -19
  158. data/test/Nil/Test.idl +0 -1
  159. data/test/Nil/run_test.rb +10 -11
  160. data/test/Nil/test.rb +22 -20
  161. data/test/OBV/AbstractInterface/client.rb +14 -15
  162. data/test/OBV/AbstractInterface/run_test.rb +11 -12
  163. data/test/OBV/AbstractInterface/server.rb +20 -20
  164. data/test/OBV/AbstractInterface/test.idl +0 -1
  165. data/test/OBV/Custom/OBV_impl.rb +2 -1
  166. data/test/OBV/Custom/client.rb +14 -15
  167. data/test/OBV/Custom/run_test.rb +11 -12
  168. data/test/OBV/Custom/server.rb +16 -17
  169. data/test/OBV/Simple/OBV_impl.rb +1 -1
  170. data/test/OBV/Simple/client.rb +14 -15
  171. data/test/OBV/Simple/run_test.rb +11 -12
  172. data/test/OBV/Simple/server.rb +16 -17
  173. data/test/OBV/Simple_Event/Event_impl.rb +1 -1
  174. data/test/OBV/Simple_Event/client.rb +14 -15
  175. data/test/OBV/Simple_Event/run_test.rb +11 -12
  176. data/test/OBV/Simple_Event/server.rb +16 -17
  177. data/test/OBV/Supports/client.rb +19 -20
  178. data/test/OBV/Supports/run_test.rb +11 -12
  179. data/test/OBV/Supports/server.rb +15 -16
  180. data/test/OBV/Supports/supports.idl +0 -1
  181. data/test/OBV/Supports/supports_impl.rb +3 -1
  182. data/test/OBV/Tree/client.rb +14 -15
  183. data/test/OBV/Tree/run_test.rb +11 -12
  184. data/test/OBV/Tree/server.rb +19 -20
  185. data/test/OBV/Tree/test.idl +0 -1
  186. data/test/OBV/Truncatable/Extra.idl +0 -1
  187. data/test/OBV/Truncatable/Truncatable_impl.rb +1 -2
  188. data/test/OBV/Truncatable/client.rb +57 -58
  189. data/test/OBV/Truncatable/run_test.rb +11 -12
  190. data/test/OBV/Truncatable/server.rb +15 -16
  191. data/test/OBV/ValueBox/client.rb +154 -154
  192. data/test/OBV/ValueBox/run_test.rb +11 -12
  193. data/test/OBV/ValueBox/server.rb +42 -42
  194. data/test/Object/Test.idl +0 -1
  195. data/test/Object/client.rb +15 -16
  196. data/test/Object/run_test.rb +11 -12
  197. data/test/Object/server.rb +19 -20
  198. data/test/POA/run_test.rb +10 -11
  199. data/test/POA/test.rb +17 -18
  200. data/test/Param_Test/client.rb +53 -54
  201. data/test/Param_Test/run_test.rb +11 -12
  202. data/test/Param_Test/server.rb +60 -61
  203. data/test/Performance/Simple/Test.idl +0 -1
  204. data/test/Performance/Simple/client.rb +16 -17
  205. data/test/Performance/Simple/run_test.rb +11 -12
  206. data/test/Performance/Simple/server.rb +16 -17
  207. data/test/Policies/Test.idl +0 -1
  208. data/test/Policies/run_test.rb +10 -11
  209. data/test/Policies/test.rb +23 -25
  210. data/test/Timeout/client.rb +21 -22
  211. data/test/Timeout/run_test.rb +11 -12
  212. data/test/Timeout/server.rb +19 -20
  213. data/test/Timeout/test.idl +0 -1
  214. data/test/lib/assert.rb +0 -2
  215. data/test/lib/test.rb +29 -25
  216. data/test/test_runner.rb +22 -24
  217. metadata +24 -52
  218. data/README +0 -62
  219. data/test/BiDirectional/server.ior +0 -1
  220. data/test/CORBA_Services/Naming/BindingIterator/ins.ior +0 -1
  221. data/test/CORBA_Services/Naming/Corbaname/corbaname.ior +0 -1
  222. data/test/CORBA_Services/Naming/Corbaname/ins.ior +0 -1
  223. data/test/CORBA_Services/Naming/Simple/ins.ior +0 -1
  224. data/test/DII/server.ior +0 -1
  225. data/test/DSI/server.ior +0 -1
  226. data/test/Exceptions/server.ior +0 -1
  227. data/test/IDL_Test/server.ior +0 -1
  228. data/test/IORMap/server.ior +0 -1
  229. data/test/IORTable/server.ior +0 -1
  230. data/test/Implicit_Conversion/server.ior +0 -1
  231. data/test/Multi_Threading/Multiple_ORB/server0.ior +0 -1
  232. data/test/Multi_Threading/Multiple_ORB/server1.ior +0 -1
  233. data/test/Multi_Threading/Simple/server.ior +0 -1
  234. data/test/Multi_Threading/Threads/server.ior +0 -1
  235. data/test/Multi_Threading/Threads/watchdog.ior +0 -1
  236. data/test/Multiple_Servant_Interfaces/server.ior +0 -1
  237. data/test/OBV/AbstractInterface/server.ior +0 -1
  238. data/test/OBV/Custom/server.ior +0 -1
  239. data/test/OBV/Simple/server.ior +0 -1
  240. data/test/OBV/Simple_Event/server.ior +0 -1
  241. data/test/OBV/Supports/server.ior +0 -1
  242. data/test/OBV/Tree/server.ior +0 -1
  243. data/test/OBV/Truncatable/server.ior +0 -1
  244. data/test/OBV/ValueBox/server.ior +0 -1
  245. data/test/Object/server.ior +0 -1
  246. data/test/Param_Test/server.ior +0 -1
  247. data/test/Performance/Simple/server.ior +0 -1
  248. data/test/Timeout/server.ior +0 -1
data/test/lib/test.rb CHANGED
@@ -8,7 +8,6 @@
8
8
  # included with this program.
9
9
  #
10
10
  # Copyright (c) Remedy IT Expertise BV
11
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
12
11
  #--------------------------------------------------------------------
13
12
 
14
13
  require 'rbconfig'
@@ -22,7 +21,7 @@ module TestUtil
22
21
  end
23
22
 
24
23
  def self.is_win32?
25
- (RB_CONFIG['target_os'] =~ /win32/ || RB_CONFIG['target_os'] =~ /mingw32/) ? true : false
24
+ (RB_CONFIG['target_os'] =~ /win32/ || RB_CONFIG['target_os'] =~ /mingw/) ? true : false
26
25
  end
27
26
 
28
27
  RBVersion = RUBY_VERSION.split('.').collect {|x| x.to_i}
@@ -66,7 +65,7 @@ if defined?(JRUBY_VERSION)
66
65
  # const char *const *argv,
67
66
  # const char *const *envp);
68
67
 
69
- attach_function :_spawnvpe,:_spawnvpe, [:int, :string, :pointer, :pointer], :pointer
68
+ attach_function :_spawnvpe, :_spawnvpe, [:int, :string, :pointer, :pointer], :pointer
70
69
 
71
70
  P_NOWAIT = 1
72
71
 
@@ -106,7 +105,7 @@ if defined?(JRUBY_VERSION)
106
105
  def self.wait(pid)
107
106
  stat_ptr = FFI::MemoryPointer.new(:int, 1)
108
107
  tmp_pid = _wait(stat_ptr, pid, 0)
109
- if tmp_pid==pid
108
+ if tmp_pid == pid
110
109
  return [pid, stat_ptr.get_int()]
111
110
  else
112
111
  return [pid, 0]
@@ -121,7 +120,7 @@ if defined?(JRUBY_VERSION)
121
120
  args_ary.put_array_of_pointer(0, str_ptrs)
122
121
 
123
122
  env_ary = FFI::MemoryPointer.new(:pointer, ENV.length + 1)
124
- env_ptrs = ENV.map {|key,value| FFI::MemoryPointer.from_string("#{key}=#{value}")}
123
+ env_ptrs = ENV.map {|key, value| FFI::MemoryPointer.from_string("#{key}=#{value}")}
125
124
  env_ary.put_array_of_pointer(0, env_ptrs)
126
125
 
127
126
  [P_NOWAIT, args[0], args_ary, env_ary]
@@ -160,8 +159,8 @@ if defined?(JRUBY_VERSION)
160
159
  def self.wait(pid)
161
160
  begin
162
161
  tmp, status = ::Process.waitpid2(pid, ::Process::WNOHANG)
163
- if tmp==pid and status.success? != nil
164
- return [pid, status.success?() ? 0 : status.exitstatus ]
162
+ if tmp == pid and status.success? != nil
163
+ return [pid, status.success?() ? 0 : status.exitstatus]
165
164
  end
166
165
  return [nil, 0]
167
166
  rescue Errno::ECHILD
@@ -179,13 +178,14 @@ if defined?(JRUBY_VERSION)
179
178
  args_ary.put_array_of_pointer(0, str_ptrs)
180
179
 
181
180
  env_ary = FFI::MemoryPointer.new(:pointer, ENV.length + 1)
182
- env_ptrs = ENV.map {|key,value| FFI::MemoryPointer.from_string("#{key}=#{value}")}
181
+ env_ptrs = ENV.map {|key, value| FFI::MemoryPointer.from_string("#{key}=#{value}")}
183
182
  env_ary.put_array_of_pointer(0, env_ptrs)
184
183
 
185
184
  [pid_ptr, args[0], nil, nil, args_ary, env_ary]
186
185
  end
187
186
  end
188
187
  end
188
+
189
189
  def initialize(cmd_, arg_)
190
190
  @pid = nil
191
191
  @exitstatus = nil
@@ -198,7 +198,7 @@ if defined?(JRUBY_VERSION)
198
198
  sleep 0.01
199
199
 
200
200
  tmp_pid, tmp_status = Exec.wait(@pid)
201
- if tmp_pid==@pid
201
+ if tmp_pid == @pid
202
202
  exit_status = tmp_status
203
203
  is_running = false
204
204
  end
@@ -238,7 +238,8 @@ if defined?(JRUBY_VERSION)
238
238
  end
239
239
 
240
240
  def is_running?; @exitstatus.nil?; end
241
- def has_error? ; @trd.status.nil? or (!self.is_running? and self.exitstatus!=0) ;end
241
+
242
+ def has_error? ; @trd.status.nil? or (!self.is_running? and self.exitstatus != 0) ;end
242
243
 
243
244
  def stop
244
245
  Exec.stop(@pid)
@@ -265,7 +266,7 @@ elsif is_win32? && TestUtil::RBVersion[0] < 2 && TestUtil::RBVersion[1] < 9
265
266
 
266
267
  protected
267
268
  # Used by Process.create
268
- ProcessInfo = Struct.new("ProcessInfo",
269
+ ProcessInfo = Struct.new('ProcessInfo',
269
270
  :process_handle,
270
271
  :thread_handle,
271
272
  :process_id,
@@ -288,9 +289,9 @@ elsif is_win32? && TestUtil::RBVersion[0] < 2 && TestUtil::RBVersion[1] < 9
288
289
  extend WinAPI
289
290
 
290
291
  def Process.create(cmd_)
291
- startinfo = [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
292
+ startinfo = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
292
293
  startinfo = startinfo.pack('LLLLLLLLLLLLSSLLLL')
293
- procinfo = [0,0,0,0].pack('LLLL')
294
+ procinfo = [0, 0, 0, 0].pack('LLLL')
294
295
 
295
296
  bool = CreateProcess(
296
297
  0, # App name
@@ -306,14 +307,14 @@ elsif is_win32? && TestUtil::RBVersion[0] < 2 && TestUtil::RBVersion[1] < 9
306
307
  )
307
308
 
308
309
  unless bool
309
- raise ProcessError, "CreateProcess() failed: ", get_last_error
310
+ raise ProcessError, 'CreateProcess() failed: ', get_last_error
310
311
  end
311
312
 
312
313
  ProcessInfo.new(
313
- procinfo[0,4].unpack('L').first, # hProcess
314
- procinfo[4,4].unpack('L').first, # hThread
315
- procinfo[8,4].unpack('L').first, # hProcessId
316
- procinfo[12,4].unpack('L').first # hThreadId
314
+ procinfo[0, 4].unpack('L').first, # hProcess
315
+ procinfo[4, 4].unpack('L').first, # hThread
316
+ procinfo[8, 4].unpack('L').first, # hProcessId
317
+ procinfo[12, 4].unpack('L').first # hThreadId
317
318
  )
318
319
  end
319
320
 
@@ -325,7 +326,7 @@ elsif is_win32? && TestUtil::RBVersion[0] < 2 && TestUtil::RBVersion[1] < 9
325
326
  else
326
327
  CloseHandle(pi_.process_handle) unless pi_.process_handle == INVALID_HANDLE_VALUE
327
328
  pi_.process_handle = INVALID_HANDLE_VALUE
328
- raise ProcessError, "GetExitCodeProcess failed: ", get_last_error
329
+ raise ProcessError, 'GetExitCodeProcess failed: ', get_last_error
329
330
  end
330
331
  end
331
332
 
@@ -396,6 +397,7 @@ elsif is_win32? && TestUtil::RBVersion[0] < 2 && TestUtil::RBVersion[1] < 9
396
397
  def exitstatus; @exitstatus; end
397
398
 
398
399
  def is_running?; @exitstatus.nil?; end
400
+
399
401
  def has_error?; !@exitstatus.nil? and (@exitstatus != 0); end
400
402
 
401
403
  def stop
@@ -442,7 +444,7 @@ else # !win32
442
444
  def check_status
443
445
  begin
444
446
  tmp, @status = ::Process.waitpid2(@pid, ::Process::WNOHANG)
445
- if tmp==@pid and @status.success? == false
447
+ if tmp == @pid and @status.success? == false
446
448
  @exitstatus = @status.exitstatus
447
449
  return false
448
450
  end
@@ -458,6 +460,7 @@ else # !win32
458
460
  end
459
461
 
460
462
  def is_running?; @exitstatus.nil?; end
463
+
461
464
  def has_error?; !@status.nil? and (@status.success? == false); end
462
465
 
463
466
  def stop
@@ -473,7 +476,7 @@ end
473
476
  class Test
474
477
  def initialize
475
478
  @proc = nil
476
- @cmd = ""
479
+ @cmd = ''
477
480
  end
478
481
 
479
482
  def run(cmd_, arg_)
@@ -488,10 +491,12 @@ end
488
491
  end
489
492
 
490
493
  def pid; @proc.pid; end
494
+
491
495
  def is_running?; @proc.is_running?; end
496
+
492
497
  def exit_status; @proc.exitstatus; end
493
498
 
494
- def wait(timeout, check_exit=true)
499
+ def wait(timeout, check_exit = true)
495
500
  t = Time.now
496
501
  begin
497
502
  if @proc.check_status
@@ -524,7 +529,7 @@ end
524
529
 
525
530
  def TestUtil.wait_for_file(filename, timeout)
526
531
  t = Time.now
527
- while !File.readable?(filename) do
532
+ while !File.readable?(filename)
528
533
  sleep(0.1)
529
534
  if (Time.now() - t) >= timeout.to_f
530
535
  STDERR.puts "ERROR: could not find file '#{filename}'"
@@ -535,8 +540,7 @@ end
535
540
  end
536
541
 
537
542
  def TestUtil.remove_file(filename)
538
- File.delete(filename) if File.exists?(filename)
543
+ File.delete(filename) if File.exist?(filename)
539
544
  end
540
545
 
541
546
  end
542
-
data/test/test_runner.rb CHANGED
@@ -8,7 +8,6 @@
8
8
  # included with this program.
9
9
  #
10
10
  # Copyright (c) Remedy IT Expertise BV
11
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
12
11
  #--------------------------------------------------------------------
13
12
 
14
13
  require 'rbconfig'
@@ -20,7 +19,7 @@ else
20
19
  RB_CONFIG = Config::CONFIG
21
20
  end
22
21
 
23
- is_win32 = (RB_CONFIG['target_os'] =~ /win32/ || RB_CONFIG['target_os'] =~ /mingw32/) ? true : false
22
+ is_win32 = (RB_CONFIG['target_os'] =~ /win32/ || RB_CONFIG['target_os'] =~ /mingw/) ? true : false
24
23
 
25
24
  root_path = File.expand_path(File.join(File.dirname(__FILE__), '..'))
26
25
 
@@ -50,23 +49,23 @@ else
50
49
  ENV['RUBYLIB'] = incdirs.join(File::PATH_SEPARATOR)
51
50
  if is_win32
52
51
  ENV['PATH'] = [
53
- File.directory?(ace_root) ? File.join(ENV['ACE_ROOT'],'lib') : nil,
52
+ File.directory?(ace_root) ? File.join(ace_root, 'lib') : nil,
54
53
  File.expand_path(File.join(root_path, 'ext')),
55
54
  ENV['PATH']
56
55
  ].compact.join(File::PATH_SEPARATOR)
57
56
  elsif RUBY_PLATFORM =~ /darwin/
58
57
  ENV['DYLD_LIBRARY_PATH'] = [
59
- File.directory?(ace_root) ? File.join(ENV['ACE_ROOT'],'lib') : nil,
58
+ File.directory?(ace_root) ? File.join(ace_root, 'lib') : nil,
60
59
  ENV['DYLD_LIBRARY_PATH']
61
60
  ].compact.join(File::PATH_SEPARATOR)
62
61
  ENV['DYLD_FALLBACK_LIBRARY_PATH'] = [
63
- File.directory?(ace_root) ? File.join(ENV['ACE_ROOT'],'lib') : nil,
62
+ File.directory?(ace_root) ? File.join(ace_root, 'lib') : nil,
64
63
  File.expand_path(File.join(root_path, 'ext')),
65
64
  ENV['DYLD_FALLBACK_LIBRARY_PATH']
66
65
  ].compact.join(File::PATH_SEPARATOR)
67
66
  else
68
67
  ENV['LD_LIBRARY_PATH'] = [
69
- File.directory?(ace_root) ? File.join(ENV['ACE_ROOT'],'lib') : nil,
68
+ File.directory?(ace_root) ? File.join(ace_root, 'lib') : nil,
70
69
  ENV['LD_LIBRARY_PATH']
71
70
  ].compact.join(File::PATH_SEPARATOR)
72
71
  end
@@ -110,7 +109,7 @@ module TestFinder
110
109
  (OPTIONS[:debug] ? '-d' : '')
111
110
  end
112
111
  if File.directory?(path)
113
- if File.exists?(File.join(path, 'run_test.rb'))
112
+ if File.exist?(File.join(path, 'run_test.rb'))
114
113
  dir = path.gsub(/^#{ROOT.gsub('/', '\/')}\//, '')
115
114
  return if (OPTIONS[:exclude] || []).any? {|match| /^#{match.gsub('/', '\/')}/ =~ dir }
116
115
  unless OPTIONS[:listonly]
@@ -127,7 +126,7 @@ module TestFinder
127
126
  puts dir
128
127
  end
129
128
  else
130
- Dir.glob(File.join(path, "*")) {|psub| self.process_directory(psub)}
129
+ Dir.glob(File.join(path, '*')) {|psub| self.process_directory(psub)}
131
130
  end
132
131
  end
133
132
  end
@@ -137,25 +136,25 @@ module TestFinder
137
136
  script_name = File.basename($0)
138
137
  opts.banner = "Usage: #{script_name} #{/r2corba/ =~ script_name ? 'test ' : nil}[options]"
139
138
 
140
- opts.separator ""
139
+ opts.separator ''
141
140
 
142
- opts.on("-x MATCH", "--exclude=MATCH",
143
- "Do not run tests matching MATCH.",
144
- "Default: nil") { |v| (OPTIONS[:exclude] ||= []) << v.to_s }
145
- opts.on("-r MATCH", "--run=MATCH",
146
- "Only run tests matching MATCH.",
147
- "Default: nil (run all)") { |v| (OPTIONS[:runonly] ||= []) << v.to_s }
141
+ opts.on('-x MATCH', '--exclude=MATCH',
142
+ 'Do not run tests matching MATCH.',
143
+ 'Default: nil') { |v| (OPTIONS[:exclude] ||= []) << v.to_s }
144
+ opts.on('-r MATCH', '--run=MATCH',
145
+ 'Only run tests matching MATCH.',
146
+ 'Default: nil (run all)') { |v| (OPTIONS[:runonly] ||= []) << v.to_s }
148
147
  opts.on('-l', '--list',
149
148
  'List tests, do not run.',
150
- "Default: off") { OPTIONS[:listonly] = true }
151
- opts.on("-d",
152
- "Run with debugging output.",
149
+ 'Default: off') { OPTIONS[:listonly] = true }
150
+ opts.on('-d',
151
+ 'Run with debugging output.',
153
152
  "Default: ENV['R2CORBA_DEBUG'].nil? ? false : true") { OPTIONS[:debug] = true }
154
153
 
155
- opts.separator ""
154
+ opts.separator ''
156
155
 
157
- opts.on("-h", "--help",
158
- "Show this help message.") { puts opts; exit }
156
+ opts.on('-h', '--help',
157
+ 'Show this help message.') { puts opts; exit }
159
158
 
160
159
  opts.parse!(argv)
161
160
 
@@ -171,7 +170,7 @@ module TestFinder
171
170
  end
172
171
 
173
172
  if OPTIONS[:runonly].nil?
174
- Dir.glob(File.join(TestFinder::ROOT, "*")) do |p|
173
+ Dir.glob(File.join(TestFinder::ROOT, '*')) do |p|
175
174
  TestFinder.process_directory(p)
176
175
  end
177
176
  else
@@ -185,9 +184,8 @@ module TestFinder
185
184
  end
186
185
 
187
186
  # add Ruby library path for test library
188
- ENV['RUBYLIB'] = ((ENV['RUBYLIB'] || '').split(File::PATH_SEPARATOR)+[TestFinder::ROOT]).join(File::PATH_SEPARATOR)
187
+ ENV['RUBYLIB'] = ((ENV['RUBYLIB'] || '').split(File::PATH_SEPARATOR) + [TestFinder::ROOT]).join(File::PATH_SEPARATOR)
189
188
 
190
189
  if $0 == __FILE__
191
190
  TestFinder.run(ARGV)
192
191
  end
193
-
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r2corba
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.6.1
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Martin Corino
8
- autorequire:
8
+ - Johnny Willemsen
9
+ autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2015-02-05 00:00:00.000000000 Z
12
+ date: 2022-03-03 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: ridl
@@ -16,30 +17,30 @@ dependencies:
16
17
  requirements:
17
18
  - - "~>"
18
19
  - !ruby/object:Gem::Version
19
- version: '2.5'
20
+ version: '2.8'
20
21
  type: :runtime
21
22
  prerelease: false
22
23
  version_requirements: !ruby/object:Gem::Requirement
23
24
  requirements:
24
25
  - - "~>"
25
26
  - !ruby/object:Gem::Version
26
- version: '2.5'
27
+ version: '2.8'
27
28
  - !ruby/object:Gem::Dependency
28
29
  name: rake
29
30
  requirement: !ruby/object:Gem::Requirement
30
31
  requirements:
31
- - - "~>"
32
+ - - ">="
32
33
  - !ruby/object:Gem::Version
33
- version: '10.0'
34
+ version: 12.3.3
34
35
  type: :runtime
35
36
  prerelease: false
36
37
  version_requirements: !ruby/object:Gem::Requirement
37
38
  requirements:
38
- - - "~>"
39
+ - - ">="
39
40
  - !ruby/object:Gem::Version
40
- version: '10.0'
41
- description: 'OMG CORBA v. 3.3 compliant CORBA language mapping implementation for
42
- Ruby. Depends on ridl gem for providing native Ruby IDL compiler. '
41
+ version: 12.3.3
42
+ description: 'OMG CORBA v3.3 compliant CORBA language mapping implementation for Ruby.
43
+ Depends on ridl gem for providing native Ruby IDL compiler. '
43
44
  email: mcorino@remedy.nl
44
45
  executables:
45
46
  - ridlc
@@ -51,7 +52,7 @@ extra_rdoc_files: []
51
52
  files:
52
53
  - CHANGES
53
54
  - LICENSE
54
- - README
55
+ - README.rdoc
55
56
  - THANKS
56
57
  - bin/r2corba
57
58
  - bin/r2corba.bat
@@ -146,22 +147,17 @@ files:
146
147
  - test/BiDirectional/Test.idl
147
148
  - test/BiDirectional/client.rb
148
149
  - test/BiDirectional/run_test.rb
149
- - test/BiDirectional/server.ior
150
150
  - test/BiDirectional/server.rb
151
151
  - test/CORBA_Services/Naming/BindingIterator/Test.idl
152
152
  - test/CORBA_Services/Naming/BindingIterator/client.rb
153
- - test/CORBA_Services/Naming/BindingIterator/ins.ior
154
153
  - test/CORBA_Services/Naming/BindingIterator/run_test.rb
155
154
  - test/CORBA_Services/Naming/BindingIterator/server.rb
156
155
  - test/CORBA_Services/Naming/Corbaname/Test.idl
157
156
  - test/CORBA_Services/Naming/Corbaname/client.rb
158
- - test/CORBA_Services/Naming/Corbaname/corbaname.ior
159
- - test/CORBA_Services/Naming/Corbaname/ins.ior
160
157
  - test/CORBA_Services/Naming/Corbaname/run_test.rb
161
158
  - test/CORBA_Services/Naming/Corbaname/server.rb
162
159
  - test/CORBA_Services/Naming/Simple/Test.idl
163
160
  - test/CORBA_Services/Naming/Simple/client.rb
164
- - test/CORBA_Services/Naming/Simple/ins.ior
165
161
  - test/CORBA_Services/Naming/Simple/run_test.rb
166
162
  - test/CORBA_Services/Naming/Simple/server.rb
167
163
  - test/Collocation/Diamond.idl
@@ -173,17 +169,14 @@ files:
173
169
  - test/DII/Test.idl
174
170
  - test/DII/client.rb
175
171
  - test/DII/run_test.rb
176
- - test/DII/server.ior
177
172
  - test/DII/server.rb
178
173
  - test/DSI/Test.idl
179
174
  - test/DSI/client.rb
180
175
  - test/DSI/run_test.rb
181
- - test/DSI/server.ior
182
176
  - test/DSI/server.rb
183
177
  - test/Exceptions/Test.idl
184
178
  - test/Exceptions/client.rb
185
179
  - test/Exceptions/run_test.rb
186
- - test/Exceptions/server.ior
187
180
  - test/Exceptions/server.rb
188
181
  - test/Hello/Test.idl
189
182
  - test/Hello/client.rb
@@ -193,81 +186,65 @@ files:
193
186
  - test/IDL_Test/Test_inc.idl
194
187
  - test/IDL_Test/client.rb
195
188
  - test/IDL_Test/run_test.rb
196
- - test/IDL_Test/server.ior
197
189
  - test/IDL_Test/server.rb
198
190
  - test/IORMap/Test.idl
199
191
  - test/IORMap/client.rb
200
192
  - test/IORMap/run_test.rb
201
- - test/IORMap/server.ior
202
193
  - test/IORMap/server.rb
203
194
  - test/IORTable/Test.idl
204
195
  - test/IORTable/client.rb
205
196
  - test/IORTable/run_test.rb
206
- - test/IORTable/server.ior
207
197
  - test/IORTable/server.rb
208
198
  - test/Implicit_Conversion/Test.idl
209
199
  - test/Implicit_Conversion/client.rb
210
200
  - test/Implicit_Conversion/run_test.rb
211
- - test/Implicit_Conversion/server.ior
212
201
  - test/Implicit_Conversion/server.rb
213
202
  - test/Multi_Threading/Multiple_ORB/Test.idl
214
203
  - test/Multi_Threading/Multiple_ORB/client.rb
215
204
  - test/Multi_Threading/Multiple_ORB/run_test.rb
216
205
  - test/Multi_Threading/Multiple_ORB/server.rb
217
- - test/Multi_Threading/Multiple_ORB/server0.ior
218
- - test/Multi_Threading/Multiple_ORB/server1.ior
219
206
  - test/Multi_Threading/Simple/Test.idl
220
207
  - test/Multi_Threading/Simple/client.rb
221
208
  - test/Multi_Threading/Simple/run_test.rb
222
- - test/Multi_Threading/Simple/server.ior
223
209
  - test/Multi_Threading/Simple/server.rb
224
210
  - test/Multi_Threading/Threads/Test.idl
225
211
  - test/Multi_Threading/Threads/client.rb
226
212
  - test/Multi_Threading/Threads/run_test.rb
227
- - test/Multi_Threading/Threads/server.ior
228
213
  - test/Multi_Threading/Threads/server.rb
229
- - test/Multi_Threading/Threads/watchdog.ior
230
214
  - test/Multi_Threading/Threads/watchdog.rb
231
215
  - test/Multiple_Servant_Interfaces/Test.idl
232
216
  - test/Multiple_Servant_Interfaces/client.rb
233
217
  - test/Multiple_Servant_Interfaces/run_test.rb
234
- - test/Multiple_Servant_Interfaces/server.ior
235
218
  - test/Multiple_Servant_Interfaces/server.rb
236
219
  - test/Nil/Test.idl
237
220
  - test/Nil/run_test.rb
238
221
  - test/Nil/test.rb
239
222
  - test/OBV/AbstractInterface/client.rb
240
223
  - test/OBV/AbstractInterface/run_test.rb
241
- - test/OBV/AbstractInterface/server.ior
242
224
  - test/OBV/AbstractInterface/server.rb
243
225
  - test/OBV/AbstractInterface/test.idl
244
226
  - test/OBV/Custom/OBV.idl
245
227
  - test/OBV/Custom/OBV_impl.rb
246
228
  - test/OBV/Custom/client.rb
247
229
  - test/OBV/Custom/run_test.rb
248
- - test/OBV/Custom/server.ior
249
230
  - test/OBV/Custom/server.rb
250
231
  - test/OBV/Simple/OBV.idl
251
232
  - test/OBV/Simple/OBV_impl.rb
252
233
  - test/OBV/Simple/client.rb
253
234
  - test/OBV/Simple/run_test.rb
254
- - test/OBV/Simple/server.ior
255
235
  - test/OBV/Simple/server.rb
256
236
  - test/OBV/Simple_Event/Event.idl
257
237
  - test/OBV/Simple_Event/Event_impl.rb
258
238
  - test/OBV/Simple_Event/client.rb
259
239
  - test/OBV/Simple_Event/run_test.rb
260
- - test/OBV/Simple_Event/server.ior
261
240
  - test/OBV/Simple_Event/server.rb
262
241
  - test/OBV/Supports/client.rb
263
242
  - test/OBV/Supports/run_test.rb
264
- - test/OBV/Supports/server.ior
265
243
  - test/OBV/Supports/server.rb
266
244
  - test/OBV/Supports/supports.idl
267
245
  - test/OBV/Supports/supports_impl.rb
268
246
  - test/OBV/Tree/client.rb
269
247
  - test/OBV/Tree/run_test.rb
270
- - test/OBV/Tree/server.ior
271
248
  - test/OBV/Tree/server.rb
272
249
  - test/OBV/Tree/test.idl
273
250
  - test/OBV/Truncatable/Extra.idl
@@ -275,11 +252,9 @@ files:
275
252
  - test/OBV/Truncatable/Truncatable_impl.rb
276
253
  - test/OBV/Truncatable/client.rb
277
254
  - test/OBV/Truncatable/run_test.rb
278
- - test/OBV/Truncatable/server.ior
279
255
  - test/OBV/Truncatable/server.rb
280
256
  - test/OBV/ValueBox/client.rb
281
257
  - test/OBV/ValueBox/run_test.rb
282
- - test/OBV/ValueBox/server.ior
283
258
  - test/OBV/ValueBox/server.rb
284
259
  - test/OBV/ValueBox/valuebox.idl
285
260
  - test/OBV/ValueBox/vb_basic.idl
@@ -288,7 +263,6 @@ files:
288
263
  - test/Object/Test.idl
289
264
  - test/Object/client.rb
290
265
  - test/Object/run_test.rb
291
- - test/Object/server.ior
292
266
  - test/Object/server.rb
293
267
  - test/POA/Test.idl
294
268
  - test/POA/run_test.rb
@@ -296,31 +270,30 @@ files:
296
270
  - test/Param_Test/Test.idl
297
271
  - test/Param_Test/client.rb
298
272
  - test/Param_Test/run_test.rb
299
- - test/Param_Test/server.ior
300
273
  - test/Param_Test/server.rb
301
274
  - test/Performance/Simple/Test.idl
302
275
  - test/Performance/Simple/client.rb
303
276
  - test/Performance/Simple/run_test.rb
304
- - test/Performance/Simple/server.ior
305
277
  - test/Performance/Simple/server.rb
306
278
  - test/Policies/Test.idl
307
279
  - test/Policies/run_test.rb
308
280
  - test/Policies/test.rb
309
281
  - test/Timeout/client.rb
310
282
  - test/Timeout/run_test.rb
311
- - test/Timeout/server.ior
312
283
  - test/Timeout/server.rb
313
284
  - test/Timeout/test.idl
314
285
  - test/lib/assert.rb
315
286
  - test/lib/test.rb
316
287
  - test/test_runner.rb
317
- homepage: https://osportal.remedy.nl/projects/r2corba
288
+ homepage: https://www.remedy.nl/opensource/r2corba.html
318
289
  licenses:
319
- - R2CORBA
320
- - ACE
321
- - GPL
322
- metadata: {}
323
- post_install_message:
290
+ - Nonstandard
291
+ - DOC
292
+ - GPL-2.0
293
+ metadata:
294
+ bug_tracker_uri: https://github.com/RemedyIT/r2corba/issues
295
+ source_code_uri: https://github.com/RemedyIT/r2corba
296
+ post_install_message:
324
297
  rdoc_options:
325
298
  - "--exclude=\\.dll"
326
299
  - "--exclude=\\.so"
@@ -331,16 +304,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
331
304
  requirements:
332
305
  - - ">="
333
306
  - !ruby/object:Gem::Version
334
- version: 1.9.3
307
+ version: '2.4'
335
308
  required_rubygems_version: !ruby/object:Gem::Requirement
336
309
  requirements:
337
310
  - - ">="
338
311
  - !ruby/object:Gem::Version
339
312
  version: '0'
340
313
  requirements: []
341
- rubyforge_project:
342
- rubygems_version: 2.4.5
343
- signing_key:
314
+ rubygems_version: 3.0.3.1
315
+ signing_key:
344
316
  specification_version: 4
345
317
  summary: CORBA language mapping implementation for Ruby
346
318
  test_files: []
data/README DELETED
@@ -1,62 +0,0 @@
1
-
2
- * What is Ruby2CORBA
3
-
4
- Ruby2CORBA (R2CORBA) is a CORBA mapping implementation for the Ruby
5
- programming language (see http://www.ruby-lang.org).
6
- Instead of going for a complete native Ruby mapping implementing a native
7
- Ruby ORB, R2CORBA aims at providing CORBA functionality through a Ruby
8
- extension using the DII and DSI interfaces of an existing CORBA ORB
9
- implementation.
10
- There are currently two flavors of this extension available:
11
- o an MRI Ruby extension written in Ruby and C/C++ using TAO
12
- (The ACE ORB; see http://www.cs.wustl.edu/~schmidt/TAO.html).
13
- o a JRuby extension written in Ruby and Java using JacORB
14
- (http://www.jacorb.org/index.html).
15
- A native Ruby implementation of an OMG IDL compiler supplements this
16
- extension and provides powerful features like direct inclusion of IDL
17
- language modules into your Ruby programs without the need of explicit,
18
- separate stub generation.
19
-
20
- Both flavors of R2CORBA fully implement the official OMG Ruby CORBA
21
- Language Mapping (RCLM) specification which can be downloaded here:
22
- http://www.omg.org/spec/RCLM.
23
-
24
- * How to get R2CORBA
25
-
26
- Execute
27
-
28
- gem install r2corba
29
-
30
- to install R2CORBA as a gem.
31
-
32
- or
33
-
34
- Go to https://osportal.remedy.nl/projects/r2corba/files to
35
- download the latest source package and build your own.
36
-
37
- or
38
-
39
- Go to https://osportal.remedy.nl/projects/r2corba/wiki and read how
40
- to checkout the latest source code from the version repository.
41
-
42
- * How to compile and install
43
-
44
- See the file INSTALL
45
-
46
- * Copying/License
47
-
48
- See the file LICENSE
49
-
50
- * Acknowledgments
51
-
52
- See the file THANKS
53
-
54
- * The author(s)
55
-
56
- R2CORBA has been created by staff of Remedy IT.
57
- (http://www.remedy.nl | http://www.theaceorb.nl)
58
-
59
- Feel free to send comments and bug reports to:
60
-
61
- r2corba@remedy.nl
62
-
@@ -1 +0,0 @@
1
- IOR:010000001600000049444c3a53696d706c655f5365727665723a312e30000000010000000000000074000000010102000d0000003137322e31362e362e32333400002bec2300000014010f004e5354c293d354c07e070001000000010000000000000001000000010000000002000000000000000800000001010000004f41540100000018000000010100000100010001000000010001050901010000000000
@@ -1 +0,0 @@
1
- IOR:010000002b00000049444c3a6f6d672e6f72672f436f734e616d696e672f4e616d696e67436f6e746578744578743a312e30000001000000000000006c000000010102000d0000003137322e31362e362e323334000032ec1b00000014010f00525354c393d354d8d30d000000000001000000010000000002000000000000000800000001ff406b004f4154010000001800000001ff406b0100010001000000010001050901010000000000
@@ -1 +0,0 @@
1
- corbaname:iiop:localhost:2345/NamingService#.root/base.dir/Hello.ior
@@ -1 +0,0 @@
1
- IOR:010000002b00000049444c3a6f6d672e6f72672f436f734e616d696e672f4e616d696e67436f6e746578744578743a312e30000001000000000000006c000000010102000d0000003137322e31362e362e323334000029091b00000014010f00525354c693d35460760b000000000001000000010000000002000000000000000800000001ff406b004f4154010000001800000001ff406b0100010001000000010001050901010000000000
@@ -1 +0,0 @@
1
- IOR:010000002b00000049444c3a6f6d672e6f72672f436f734e616d696e672f4e616d696e67436f6e746578744578743a312e30000001000000000000006c000000010102000d0000003137322e31362e362e323334000049ec1b00000014010f00525354c893d35448eb0d000000000001000000010000000002000000000000000800000001ff406b004f4154010000001800000001ff406b0100010001000000010001050901010000000000
data/test/DII/server.ior DELETED
@@ -1 +0,0 @@
1
- IOR:010000001300000049444c3a546573742f48656c6c6f3a312e30000001000000000000006c000000010102000d0000003137322e31362e362e32333400005aec1b00000014010f00525354cc93d354c0d70d000000000001000000010000000002000000000000000800000001010000004f41540100000018000000010100000100010001000000010001050901010000000000
data/test/DSI/server.ior DELETED
@@ -1 +0,0 @@
1
- IOR:010000001300000049444c3a546573742f48656c6c6f3a312e30000001000000000000006c000000010102000d0000003137322e31362e362e323334000060ec1b00000014010f00525354ce93d354681000000000000001000000010000000002000000000000000800000001010000004f41540100000018000000010100000100010001000000010001050901010000000000
@@ -1 +0,0 @@
1
- IOR:010000001300000049444c3a546573742f48656c6c6f3a312e30000001000000000000006c000000010102000d0000003137322e31362e362e323334000066ec1b00000014010f00525354cf93d35410ef00000000000001000000010000000002000000000000000800000001010000004f41540100000018000000010100000100010001000000010001050901010000000000