diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-03-31 01:31:36 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-03-31 01:31:36 +0000 |
commit | 7f94238dd3d2623e416fb1e8236e55848fc2c8f8 (patch) | |
tree | 36d16e6153ecf886f48befd99f12bb08d8427de6 /scripts/tests/Ice/stream.py | |
parent | Fixed previous Util.py fix (diff) | |
download | ice-7f94238dd3d2623e416fb1e8236e55848fc2c8f8.tar.bz2 ice-7f94238dd3d2623e416fb1e8236e55848fc2c8f8.tar.xz ice-7f94238dd3d2623e416fb1e8236e55848fc2c8f8.zip |
Fixes for ICE-7012 - fixed some leaks in IceSSL/tests
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 +]) |