diff options
Diffstat (limited to 'python/test/Ice/operations/TwowaysFuture.py')
-rw-r--r-- | python/test/Ice/operations/TwowaysFuture.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/operations/TwowaysFuture.py b/python/test/Ice/operations/TwowaysFuture.py index b84926e9cdf..19b0bdaab6c 100644 --- a/python/test/Ice/operations/TwowaysFuture.py +++ b/python/test/Ice/operations/TwowaysFuture.py @@ -902,7 +902,7 @@ def twowaysFuture(communicator, p): f = p.ice_pingAsync() test(f.result() is None) - f = p.ice_isAAsync(Test.MyClass.ice_staticId()) + f = p.ice_isAAsync(Test._MyClassDisp.ice_staticId()) test(f.result()) f = p.ice_idAsync() |