diff options
author | dgp <dgp@users.sourceforge.net> | 2003-04-21 20:41:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-04-21 20:41:53 (GMT) |
commit | 18cd8fbc6f64e08f50f389af9201c9fbd4498b3b (patch) | |
tree | 8b2340da1ac10e12dc879615574acec01444bb86 /ChangeLog | |
parent | 8eca645a8d81346e1c4d39a5868058c4c0a92e35 (diff) | |
download | tcl-18cd8fbc6f64e08f50f389af9201c9fbd4498b3b.zip tcl-18cd8fbc6f64e08f50f389af9201c9fbd4498b3b.tar.gz tcl-18cd8fbc6f64e08f50f389af9201c9fbd4498b3b.tar.bz2 |
* library/tcltest/tcltest.tcl: When the return code of a test does
not meet expectations, report that as the reason for test failure,
and do not attempt to check the test result for correctness.
[Bug 725253]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-04-21 Don Porter <dgp@users.sourceforge.net> + + * library/tcltest/tcltest.tcl: When the return code of a test does + not meet expectations, report that as the reason for test failure, + and do not attempt to check the test result for correctness. + [Bug 725253] + 2003-04-18 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclExecute.c (ExprCallMathFunc): remove incorrect |