diff options
Diffstat (limited to 'python/test/Ice/operations/Oneways.py')
-rw-r--r-- | python/test/Ice/operations/Oneways.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/test/Ice/operations/Oneways.py b/python/test/Ice/operations/Oneways.py index 74cbd93ff4f..7d87c1eb718 100644 --- a/python/test/Ice/operations/Oneways.py +++ b/python/test/Ice/operations/Oneways.py @@ -13,8 +13,8 @@ def test(b): if not b: raise RuntimeError('test assertion failed') -def oneways(communicator, p): - +def oneways(helper, p): + communicator = helper.communicator() p = Test.MyClassPrx.uncheckedCast(p.ice_oneway()) # |