diff options
Diffstat (limited to 'python/test/Ice/operations/OnewaysFuture.py')
-rw-r--r-- | python/test/Ice/operations/OnewaysFuture.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/operations/OnewaysFuture.py b/python/test/Ice/operations/OnewaysFuture.py index ea5e6f06b90..741425a0ef4 100644 --- a/python/test/Ice/operations/OnewaysFuture.py +++ b/python/test/Ice/operations/OnewaysFuture.py @@ -21,7 +21,7 @@ def onewaysFuture(communicator, proxy): f.sent() try: - p.ice_isAAsync(Test.MyClass.ice_staticId()) + p.ice_isAAsync(Test._MyClassDisp.ice_staticId()) test(False) except RuntimeError: pass |