diff options
author | andreas_kupries <akupries@shaw.ca> | 2002-07-08 22:01:39 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2002-07-08 22:01:39 (GMT) |
commit | 02a6e9afc2955f7bd59537c5a65a6b024a55e796 (patch) | |
tree | 05dac3aea9ec13699409eb69cc4d1cb4b7c1216d /ChangeLog | |
parent | 1aa8e03a631b9af272dfc0de22e773bf95d37e72 (diff) | |
download | tcl-02a6e9afc2955f7bd59537c5a65a6b024a55e796.zip tcl-02a6e9afc2955f7bd59537c5a65a6b024a55e796.tar.gz tcl-02a6e9afc2955f7bd59537c5a65a6b024a55e796.tar.bz2 |
* tests/socket.test: Fixed bug #578164. The original reason for
the was a DNS outage while running the testsuite. Changed [info
hostname] to 127.0.0.1 to bypass DNS, knowing that we operate on
the local host.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-07-08 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * tests/socket.test: Fixed bug #578164. The original reason for + the was a DNS outage while running the testsuite. Changed [info + hostname] to 127.0.0.1 to bypass DNS, knowing that we operate on + the local host. + 2002-07-08 Don Porter <dgp@users.sourceforge.net> * doc/tcltest.n: Fixed incompatibility in [viewFile]. |