summaryrefslogtreecommitdiff
path: root/python/test/Ice/exceptions/AllTests.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2016-08-31 11:20:16 -0700
committerMark Spruiell <mes@zeroc.com>2016-08-31 11:20:16 -0700
commit1a66d2263754da164ea36fccf2aae068cf7967a6 (patch)
treecf4ea51c11e2b498d5338c1b8637b81d6b3a2232 /python/test/Ice/exceptions/AllTests.py
parentminor clean up in java8 Incoming (diff)
downloadice-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.py1
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: