summaryrefslogtreecommitdiff
path: root/cs/config/TestUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'cs/config/TestUtil.py')
-rw-r--r--cs/config/TestUtil.py12
1 files changed, 5 insertions, 7 deletions
diff --git a/cs/config/TestUtil.py b/cs/config/TestUtil.py
index 2c2aabbdf4d..b1c1be76909 100644
--- a/cs/config/TestUtil.py
+++ b/cs/config/TestUtil.py
@@ -25,15 +25,13 @@ compress = 0
#compress = 1 // TODO: Not implemented yet
#
-# Set the host to the host name the test servers are running on. If
-# set to the empty string, Ice will try to find out the IP address for the
-# hostname. If you DNS isn't set up propertly, you should therefore
-# use "localhost".
+# If you don't set "host" below, then the Ice library will try to find
+# out the IP address of this host. For the Ice test suite, it's best
+# to set the IP address explicitly to 127.0.0.1. This avoid problems
+# with incorrect DNS or hostname setups.
#
-#host = "someotherhost"
-#host = "localhost"
-host = ""
+host = "127.0.0.1"
#
# Don't change anything below this line!