summaryrefslogtreecommitdiff
path: root/scripts/tests/Ice/slicing/objects.py
blob: 07805cf111803fd64294479c54166aa94551baad (plain)
1
2
3
4
5
6
7
8
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#

TestSuite(__name__, [
    ClientServerTestCase(),
    ClientServerTestCase("client/server with 1.0 encoding", props={ "Ice.Default.EncodingVersion" : "1.0" }),
], options = { "valgrind" : [False] })