summaryrefslogtreecommitdiff
path: root/ruby/test/Ice/proxy/AllTests.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/test/Ice/proxy/AllTests.rb')
-rw-r--r--ruby/test/Ice/proxy/AllTests.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby/test/Ice/proxy/AllTests.rb b/ruby/test/Ice/proxy/AllTests.rb
index cde9fef06b8..3a923e4d0d1 100644
--- a/ruby/test/Ice/proxy/AllTests.rb
+++ b/ruby/test/Ice/proxy/AllTests.rb
@@ -651,6 +651,8 @@ def allTests(helper, communicator)
STDOUT.flush
connection = cl.ice_getConnection()
if connection != nil
+ test(!cl.ice_isFixed())
+ test(cl.ice_fixed(connection).ice_isFixed())
cl.ice_fixed(connection).getContext()
test(cl.ice_secure(true).ice_fixed(connection).ice_isSecure())
test(cl.ice_facet("facet").ice_fixed(connection).ice_getFacet() == "facet")