summaryrefslogtreecommitdiff
path: root/cpp/config/TestUtil.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-03-31 17:49:36 +0000
committerMarc Laukien <marc@zeroc.com>2002-03-31 17:49:36 +0000
commit298c75218dcef2bf555ca326cde8d7dff780c8c5 (patch)
treef9bf1e7df61dd0773e3774a61534c15890daf604 /cpp/config/TestUtil.py
parentfixing docu (diff)
downloadice-298c75218dcef2bf555ca326cde8d7dff780c8c5.tar.bz2
ice-298c75218dcef2bf555ca326cde8d7dff780c8c5.tar.xz
ice-298c75218dcef2bf555ca326cde8d7dff780c8c5.zip
connections are now released when the last proxy is destroyed
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r--cpp/config/TestUtil.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py
index b9b80624ffb..359c93b6697 100644
--- a/cpp/config/TestUtil.py
+++ b/cpp/config/TestUtil.py
@@ -9,13 +9,15 @@
#
# **********************************************************************
+import sys, os
+
#
# Set protocol to "ssl" in case you want to run the tests with the SSL
# protocol. Otherwise TCP is used.
#
-protocol = "ssl"
-#protocol = ""
+#protocol = "ssl"
+protocol = ""
#
# Set the host to the host name the test servers are running on. If not
@@ -55,8 +57,6 @@ clientOptions = clientProtocol + defaultHost
clientServerOptions = commonServerOptions + clientServerProtocol + defaultHost
collocatedOptions = clientServerProtocol
-import sys, os
-
serverPids = []
def killServers():