diff options
author | dgp <dgp@users.sourceforge.net> | 2003-04-21 20:42:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-04-21 20:42:21 (GMT) |
commit | b44d851b88a7e6f142dfcb38b06b587780415794 (patch) | |
tree | 46e32c1267cd1ba1604fe92aa81a33aa44caa087 /ChangeLog | |
parent | 9a1cea83309c598fc6068ddeede9f7d9d165e76d (diff) | |
download | tcl-b44d851b88a7e6f142dfcb38b06b587780415794.zip tcl-b44d851b88a7e6f142dfcb38b06b587780415794.tar.gz tcl-b44d851b88a7e6f142dfcb38b06b587780415794.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> * win/tclWinInt.h (VER_PLATFORM_WIN32_CE): conditionally define. |