diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-09-07 19:12:30 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-09-07 19:12:30 (GMT) |
commit | abcb9bd1b0b42addc1f0d5a2d17bc806220c7f3c (patch) | |
tree | 165027f6bfdc8d506d0cbb65682af2ef8068054b /ChangeLog | |
parent | 491f5c4a789c1dec4f721e7642a2c0796f93cc4e (diff) | |
download | tcl-abcb9bd1b0b42addc1f0d5a2d17bc806220c7f3c.zip tcl-abcb9bd1b0b42addc1f0d5a2d17bc806220c7f3c.tar.gz tcl-abcb9bd1b0b42addc1f0d5a2d17bc806220c7f3c.tar.bz2 |
* tests/timer.test (timer-1.1, timer-2.1): Changed to (one hopes!)
be more resilient on an overloaded system, if [after 200] sleeps
for 300 ms or longer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ where the 'system' locale tests fail on a non-English Windows machine. [Bug 1023761]. Added a test to make sure that alias time zones load correctly. [Bug 1023779]. + * tests/timer.test (timer-1.1, timer-2.1): Changed to (one hopes!) + be more resilient on an overloaded system, if [after 200] sleeps + for 300 ms or longer. * tools/tclZIC.tcl (writeLinks): Corrected a problem where alias time zone names were written incorrectly, causing them to fail to load at run time. [Bug 1023779]. |