blob: 287ba20f4742ff8635eda0a389bdc31c195874e4 (
plain)
1
2
3
4
5
6
7
8
|
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
TestSuite(__name__, [
ClientServerTestCase("client/server with default encoding"),
ClientServerTestCase("client/server with 1.0 encoding", props={ "Ice.Default.EncodingVersion" : "1.0" }),
])
|