diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-08-31 11:20:16 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-08-31 11:20:16 -0700 |
commit | 1a66d2263754da164ea36fccf2aae068cf7967a6 (patch) | |
tree | cf4ea51c11e2b498d5338c1b8637b81d6b3a2232 /python/test/Ice/exceptions/AllTests.py | |
parent | minor clean up in java8 Incoming (diff) | |
download | ice-1a66d2263754da164ea36fccf2aae068cf7967a6.tar.bz2 ice-1a66d2263754da164ea36fccf2aae068cf7967a6.tar.xz ice-1a66d2263754da164ea36fccf2aae068cf7967a6.zip |
disable user exception validation on server side for Python
Diffstat (limited to 'python/test/Ice/exceptions/AllTests.py')
-rw-r--r-- | python/test/Ice/exceptions/AllTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/test/Ice/exceptions/AllTests.py b/python/test/Ice/exceptions/AllTests.py index 5cab53dd6f4..0f660497980 100644 --- a/python/test/Ice/exceptions/AllTests.py +++ b/python/test/Ice/exceptions/AllTests.py @@ -589,6 +589,7 @@ def allTests(communicator): try: thrower.throwAfterException() + test(False) except Test.A: pass except: |