diff options
author | andreas_kupries <akupries@shaw.ca> | 2001-09-11 17:30:44 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2001-09-11 17:30:44 (GMT) |
commit | 264a53b95e0724905142d10910aca420f6aa82da (patch) | |
tree | 3aa5eb1cf77caaafbe55ca0ec23b1e0b901f8520 /ChangeLog | |
parent | 35f80ef0b54395ebe7556da6c8b96d12c04d7b47 (diff) | |
download | tcl-264a53b95e0724905142d10910aca420f6aa82da.zip tcl-264a53b95e0724905142d10910aca420f6aa82da.tar.gz tcl-264a53b95e0724905142d10910aca420f6aa82da.tar.bz2 |
* The changes below are a fix for [219253].
* tests/socket.test: Removed _most_ instances of hardwired port
numbers for listening sockets. Remaining are the ports in all
tests with constraint 'doTestsWithRemoteServer'. These seem to
be designed for a more controlled environment and are usually
skipped when running the testsuite.
* tests/io.test: Removed all instances of hardwired port numbers
for listening sockets.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2001-09-11 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * The changes below are a fix for [219253]. + + * tests/socket.test: Removed _most_ instances of hardwired port + numbers for listening sockets. Remaining are the ports in all + tests with constraint 'doTestsWithRemoteServer'. These seem to + be designed for a more controlled environment and are usually + skipped when running the testsuite. + + * tests/io.test: Removed all instances of hardwired port numbers + for listening sockets. + 2001-09-10 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclEvent.c (TclInExit): Corrected handling of tsd in |