summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-04-21 20:42:21 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-04-21 20:42:21 (GMT)
commitb44d851b88a7e6f142dfcb38b06b587780415794 (patch)
tree46e32c1267cd1ba1604fe92aa81a33aa44caa087 /ChangeLog
parent9a1cea83309c598fc6068ddeede9f7d9d165e76d (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8597ab4..f4ca8d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.