diff options
author | Joe George <joe@zeroc.com> | 2017-06-07 16:39:31 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-06-07 16:39:31 -0400 |
commit | 2fb970cdea450b15b5f7d74099246b6abef16857 (patch) | |
tree | ac0fdf40cff12d1cba313e20da757671cbdeeebd /scripts/tests | |
parent | Remove trailing whitespace (diff) | |
download | ice-2fb970cdea450b15b5f7d74099246b6abef16857.tar.bz2 ice-2fb970cdea450b15b5f7d74099246b6abef16857.tar.xz ice-2fb970cdea450b15b5f7d74099246b6abef16857.zip |
Remove excessive empty lines
Diffstat (limited to 'scripts/tests')
-rw-r--r-- | scripts/tests/Ice/optional.py | 1 | ||||
-rw-r--r-- | scripts/tests/Ice/stream.py | 1 | ||||
-rw-r--r-- | scripts/tests/IceSSL/configuration.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/scripts/tests/Ice/optional.py b/scripts/tests/Ice/optional.py index fdc01a95007..fad96d8e345 100644 --- a/scripts/tests/Ice/optional.py +++ b/scripts/tests/Ice/optional.py @@ -7,7 +7,6 @@ # # ********************************************************************** - testcases = [ ClientServerTestCase("client/server with compact format"), ClientServerTestCase("client/server with sliced format", props={ "Ice.Default.SlicedFormat" : True }), diff --git a/scripts/tests/Ice/stream.py b/scripts/tests/Ice/stream.py index b65bbe148ce..8e7352ebf88 100644 --- a/scripts/tests/Ice/stream.py +++ b/scripts/tests/Ice/stream.py @@ -7,7 +7,6 @@ # # ********************************************************************** - TestSuite(__name__, [ ClientTestCase("client with default encoding"), ClientTestCase("client with 1.0 encoding", props={ "Ice.Default.EncodingVersion" : "1.0" }) diff --git a/scripts/tests/IceSSL/configuration.py b/scripts/tests/IceSSL/configuration.py index 21915ce6c01..00f8701b8f7 100644 --- a/scripts/tests/IceSSL/configuration.py +++ b/scripts/tests/IceSSL/configuration.py @@ -76,7 +76,6 @@ outfilters = [ lambda x: re.sub("-! .* warning: deprecated property: IceSSL.KeyF # options=lambda current: { "protocol": ["ssl", "wss"] } if current.config.uwp else {} - TestSuite(__name__, [ ConfigurationTestCase(client=IceSSLConfigurationClient(outfilters=outfilters, args=['"{testdir}"']), server=IceSSLConfigurationServer(outfilters=outfilters, args=['"{testdir}"'])) |