diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-06-01 14:59:29 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-06-01 14:59:29 +0200 |
commit | 3a4d59ec98b1ed88380995a81700aa13aabb84a5 (patch) | |
tree | d2db9de098333b67cb243e344b019a0f905b0ced /python/test | |
parent | Fixed C++11 interceptor test failure (diff) | |
download | ice-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.py | 2 |
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 # |