summaryrefslogtreecommitdiff
path: root/python/test/Ice/operations/BatchOneways.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/operations/BatchOneways.py')
-rw-r--r--python/test/Ice/operations/BatchOneways.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/test/Ice/operations/BatchOneways.py b/python/test/Ice/operations/BatchOneways.py
index 5878ff7f7af..ea0fc26c29c 100644
--- a/python/test/Ice/operations/BatchOneways.py
+++ b/python/test/Ice/operations/BatchOneways.py
@@ -82,7 +82,7 @@ def batchOneways(p):
batch1.ice_ping()
batch2.ice_ping()
batch1.ice_flushBatchRequests()
- batch1.ice_getConnection().close(False)
+ batch1.ice_getConnection().close(Ice.ConnectionClose.CloseGracefullyAndWait)
batch1.ice_ping()
batch2.ice_ping()
@@ -90,7 +90,7 @@ def batchOneways(p):
batch2.ice_getConnection()
batch1.ice_ping()
- batch1.ice_getConnection().close(False)
+ batch1.ice_getConnection().close(Ice.ConnectionClose.CloseGracefullyAndWait)
batch1.ice_ping()
batch2.ice_ping()