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

TestSuite(__name__, [
    ClientTestCase("client with default encoding"),
    ClientTestCase("client with 1.0 encoding", props={ "Ice.Default.EncodingVersion" : "1.0" })
])