diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-03-25 22:41:31 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-03-25 22:41:31 +0000 |
commit | 99528353dee44b173f35470f3920b6c7f9c7cb95 (patch) | |
tree | ecf9c1290c00e36dd24862be68c2044cb4d14850 /cpp/config/TestUtil.py | |
parent | project file fixes (diff) | |
download | ice-99528353dee44b173f35470f3920b6c7f9c7cb95.tar.bz2 ice-99528353dee44b173f35470f3920b6c7f9c7cb95.tar.xz ice-99528353dee44b173f35470f3920b6c7f9c7cb95.zip |
Updated to fit into the test framework.
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index b535fe8f9c7..d69d3213a28 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -14,8 +14,8 @@ # 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 @@ -50,8 +50,8 @@ else: commonServerOptions = \ " --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.ConnectionWarnings --Ice.ServerIdleTime=30" -serverOptions = commonServerOptions + serverProtocol + "--Ice.Trace.Network=3" -clientOptions = clientProtocol + defaultHost + "--Ice.Trace.Network=3" +serverOptions = commonServerOptions + serverProtocol +clientOptions = clientProtocol + defaultHost clientServerOptions = commonServerOptions + clientServerProtocol + defaultHost collocatedOptions = clientServerProtocol |