diff options
Diffstat (limited to 'python/test/Ice/proxy/AllTests.py')
-rw-r--r-- | python/test/Ice/proxy/AllTests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/test/Ice/proxy/AllTests.py b/python/test/Ice/proxy/AllTests.py index 7f4781b55d2..e5bc5b9339f 100644 --- a/python/test/Ice/proxy/AllTests.py +++ b/python/test/Ice/proxy/AllTests.py @@ -654,6 +654,8 @@ def allTests(helper, communicator, collocated): sys.stdout.flush() connection = cl.ice_getConnection() if connection != None: + test(cl.ice_isFixed() == False) + 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") |