diff options
Diffstat (limited to 'scripts/tests/Ice/stream.py')
-rw-r--r-- | scripts/tests/Ice/stream.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests/Ice/stream.py b/scripts/tests/Ice/stream.py index d7f43eb51bd..b65bbe148ce 100644 --- a/scripts/tests/Ice/stream.py +++ b/scripts/tests/Ice/stream.py @@ -11,4 +11,4 @@ TestSuite(__name__, [ ClientTestCase("client with default encoding"), ClientTestCase("client with 1.0 encoding", props={ "Ice.Default.EncodingVersion" : "1.0" }) -])
\ No newline at end of file +]) |