summaryrefslogtreecommitdiff
path: root/scripts/tests/Ice/exceptions.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-03-23 15:29:25 +0100
committerBenoit Foucher <benoit@zeroc.com>2017-03-23 15:29:25 +0100
commit1597a75419cd8049252cfbca6fce6ae95ef8b2c7 (patch)
tree2b2c858df1dbe68c1d576cae06c4713fd2ad5c40 /scripts/tests/Ice/exceptions.py
parentUse Ice\None with PHP namespace mapping (diff)
downloadice-1597a75419cd8049252cfbca6fce6ae95ef8b2c7.tar.bz2
ice-1597a75419cd8049252cfbca6fce6ae95ef8b2c7.tar.xz
ice-1597a75419cd8049252cfbca6fce6ae95ef8b2c7.zip
Fix for ICE-7125 - Added support for Ice.ClassGraphDepthMax
Diffstat (limited to 'scripts/tests/Ice/exceptions.py')
-rw-r--r--scripts/tests/Ice/exceptions.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/tests/Ice/exceptions.py b/scripts/tests/Ice/exceptions.py
index a4d2fc1a2a0..c0b5cabe5df 100644
--- a/scripts/tests/Ice/exceptions.py
+++ b/scripts/tests/Ice/exceptions.py
@@ -21,14 +21,6 @@ if Mapping.getByPath(__name__).hasSource("Ice/exceptions", "serveramd"):
ClientAMDServerTestCase("client/amd server with 1.0 encoding", props={ "Ice.Default.EncodingVersion" : "1.0"}),
]
-# If the mapping has bidir clients, also run with the bidir clients.
-if Mapping.getByPath(__name__).getClientMapping().hasSource("Ice/exceptions", "clientBidir"):
- testcases += [
- ClientEchoServerTestCase("client/echo server with compact format"),
- ClientEchoServerTestCase("client/echo server with sliced format", props={"Ice.Default.SlicedFormat" : True}),
- ClientEchoServerTestCase("client/echo server with 1.0 encoding", props={"Ice.Default.EncodingVersion" : "1.0"}),
- ]
-
if Mapping.getByPath(__name__).hasSource("Ice/exceptions", "collocated"):
testcases += [ CollocatedTestCase() ]