summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-02-18 01:41:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-02-18 01:41:42 (GMT)
commitcce5798dd2f809a21574d3cfec62dc1884b2f25b (patch)
tree817c33d9c2d2280f97c309aade58a91368a9bb36 /ChangeLog
parent3b42af40c28d1d90b1e03fed0113b81b686326d5 (diff)
downloadtcl-cce5798dd2f809a21574d3cfec62dc1884b2f25b.zip
tcl-cce5798dd2f809a21574d3cfec62dc1884b2f25b.tar.gz
tcl-cce5798dd2f809a21574d3cfec62dc1884b2f25b.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 62b57d6..a553a0a 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>
* tests/unixInit.test (unixInit-7.1):