summaryrefslogtreecommitdiff
path: root/python/test/Ice/operations/OnewaysFuture.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/operations/OnewaysFuture.py')
-rw-r--r--python/test/Ice/operations/OnewaysFuture.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/test/Ice/operations/OnewaysFuture.py b/python/test/Ice/operations/OnewaysFuture.py
index c17d0e04624..f6ab5aaaebe 100644
--- a/python/test/Ice/operations/OnewaysFuture.py
+++ b/python/test/Ice/operations/OnewaysFuture.py
@@ -13,8 +13,8 @@ def test(b):
if not b:
raise RuntimeError('test assertion failed')
-def onewaysFuture(communicator, proxy):
-
+def onewaysFuture(helper, proxy):
+ communicator = helper.communicator()
p = Test.MyClassPrx.uncheckedCast(proxy.ice_oneway())
f = p.ice_pingAsync()