summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-02-18 01:43:49 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-02-18 01:43:49 (GMT)
commit90df58bc06b4ac799c87b53d146a350624292ad5 (patch)
tree1ba42441703ddb2bc81688ed1dc2449c30614abf /ChangeLog
parent374952d506554eb9fb5d42ec6636cf286f6af93c (diff)
downloadtcl-90df58bc06b4ac799c87b53d146a350624292ad5.zip
tcl-90df58bc06b4ac799c87b53d146a350624292ad5.tar.gz
tcl-90df58bc06b4ac799c87b53d146a350624292ad5.tar.bz2
* doc/tcltest.n:
* library/tcltest/tcltest.tcl: Changed -verbose default value to {body error} so that detailed information on unexpected errors in tests is provided by default, even after the fix for [Bug 725253]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53698f0..05fc873 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-02-17 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/tcltest.n:
+ * library/tcltest/tcltest.tcl: Changed -verbose default value to
+ {body error} so that detailed information on unexpected errors in
+ tests is provided by default, even after the fix for [Bug 725253]
+
2004-02-17 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclIOUtil.c: backport of rewrite of generic file