summaryrefslogtreecommitdiff
path: root/python/test/Ice/operations/OnewaysAMI.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/operations/OnewaysAMI.py')
-rw-r--r--python/test/Ice/operations/OnewaysAMI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/operations/OnewaysAMI.py b/python/test/Ice/operations/OnewaysAMI.py
index 4c08b60f52f..cd14817af66 100644
--- a/python/test/Ice/operations/OnewaysAMI.py
+++ b/python/test/Ice/operations/OnewaysAMI.py
@@ -45,7 +45,7 @@ def onewaysAMI(communicator, proxy):
cb.check()
try:
- p.begin_ice_isA(Test.MyClass.ice_staticId())
+ p.begin_ice_isA(Test._MyClassDisp.ice_staticId())
test(False)
except RuntimeError:
pass