summaryrefslogtreecommitdiff
path: root/cpp/config/TestUtil.py
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2001-11-22 14:14:10 +0000
committerAnthony Neal <aneal@zeroc.com>2001-11-22 14:14:10 +0000
commitdd1ad327d583c931cd9eb75f4e2b297c697c71d5 (patch)
tree875ce56b7a8532c7162cbde7aaa1af63745813be /cpp/config/TestUtil.py
parentInitial check-in (diff)
downloadice-dd1ad327d583c931cd9eb75f4e2b297c697c71d5.tar.bz2
ice-dd1ad327d583c931cd9eb75f4e2b297c697c71d5.tar.xz
ice-dd1ad327d583c931cd9eb75f4e2b297c697c71d5.zip
Removed reference to --Ice.Address - Shouldn't have been checked in in the
first place.
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r--cpp/config/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py
index e9973d62a85..3f2557c07ce 100644
--- a/cpp/config/TestUtil.py
+++ b/cpp/config/TestUtil.py
@@ -18,7 +18,7 @@ serverOptions = " --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.ServerIdleT
" --Ice.Protocol=" + protocol
clientOptions = " --Ice.Ssl.CertPath=TOPLEVELDIR/certs --Ice.Ssl.Config=client_sslconfig.xml" + \
- " --Ice.Protocol=" + protocol + " --Ice.Address=pugdragon"
+ " --Ice.Protocol=" + protocol
collocatedOptions = " --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.Ssl.CertPath=TOPLEVELDIR/certs --Ice.Ssl.Config=sslconfig.xml" + \
" --Ice.Protocol=" + protocol