diff options
author | Jose <jose@zeroc.com> | 2019-09-03 16:44:36 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-09-03 16:44:36 +0200 |
commit | 860cd6940fc075f1b30d07b138f410d230ac0e14 (patch) | |
tree | 93c0c2141615b05aedd71e910ecb008a9c30c7aa /ruby | |
parent | Fix bogus doc comments generated by slice2cs - Close #500 (diff) | |
download | ice-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.rb | 3 |
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 |