summaryrefslogtreecommitdiff
path: root/python/test
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-06-01 14:59:29 +0200
committerBenoit Foucher <benoit@zeroc.com>2017-06-01 14:59:29 +0200
commit3a4d59ec98b1ed88380995a81700aa13aabb84a5 (patch)
treed2db9de098333b67cb243e344b019a0f905b0ced /python/test
parentFixed C++11 interceptor test failure (diff)
downloadice-3a4d59ec98b1ed88380995a81700aa13aabb84a5.tar.bz2
ice-3a4d59ec98b1ed88380995a81700aa13aabb84a5.tar.xz
ice-3a4d59ec98b1ed88380995a81700aa13aabb84a5.zip
Fixed python AMI test failure
Diffstat (limited to 'python/test')
-rw-r--r--python/test/Ice/ami/AllTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/ami/AllTests.py b/python/test/Ice/ami/AllTests.py
index 16e7bb74e46..56ee2985458 100644
--- a/python/test/Ice/ami/AllTests.py
+++ b/python/test/Ice/ami/AllTests.py
@@ -538,7 +538,7 @@ def allTests(communicator, collocated):
try:
p.ice_oneway().begin_opWithResult()
test(False)
- except Ice.TwowayOnlyException:
+ except RuntimeError:
pass
#