diff options
Diffstat (limited to 'python/test/Ice/operations/TwowaysAMI.py')
-rw-r--r-- | python/test/Ice/operations/TwowaysAMI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/operations/TwowaysAMI.py b/python/test/Ice/operations/TwowaysAMI.py index 867a78f6956..38f0b14905c 100644 --- a/python/test/Ice/operations/TwowaysAMI.py +++ b/python/test/Ice/operations/TwowaysAMI.py @@ -757,7 +757,7 @@ def twowaysAMI(communicator, p): cb.check() cb = Callback() - p.begin_ice_isA(Test.MyClass.ice_staticId(), cb.isA, cb.exCB) + p.begin_ice_isA(Test._MyClassDisp.ice_staticId(), cb.isA, cb.exCB) cb.check() cb = Callback() |