summaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-09-03 16:44:36 +0200
committerJose <jose@zeroc.com>2019-09-03 16:44:36 +0200
commit860cd6940fc075f1b30d07b138f410d230ac0e14 (patch)
tree93c0c2141615b05aedd71e910ecb008a9c30c7aa /ruby
parentFix bogus doc comments generated by slice2cs - Close #500 (diff)
downloadice-860cd6940fc075f1b30d07b138f410d230ac0e14.tar.bz2
ice-860cd6940fc075f1b30d07b138f410d230ac0e14.tar.xz
ice-860cd6940fc075f1b30d07b138f410d230ac0e14.zip
Fixes for slice2py forward declarations - Close #490
Diffstat (limited to 'ruby')
-rw-r--r--ruby/test/Ice/objects/AllTests.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/ruby/test/Ice/objects/AllTests.rb b/ruby/test/Ice/objects/AllTests.rb
index 9e92f11131a..65d1faa0fcf 100644
--- a/ruby/test/Ice/objects/AllTests.rb
+++ b/ruby/test/Ice/objects/AllTests.rb
@@ -390,8 +390,9 @@ def allTests(helper, communicator)
test(f11.name == "F11")
test(f12.name == "F12")
- f21, f22 = initial.opF2(Test::F2Prx::uncheckedCast(communicator.stringToProxy("F21")))
+ f21, f22 = initial.opF2(Test::F2Prx::uncheckedCast(communicator.stringToProxy("F21:#{helper.getTestEndpoint()}")))
test(f21.ice_getIdentity().name == "F21")
+ f21.op()
test(f22.ice_getIdentity().name == "F22")
if initial.hasF3() then