summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-05-26 16:25:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-05-26 16:25:00 (GMT)
commit6cc01e6368eeff74fcaff85e89e3910e120e7afc (patch)
treed70ec4ea7b983cb8aea46c3399373921b092db75 /ChangeLog
parent31e6ca71ca837cbe94666cbb737e6c11198f516f (diff)
downloadtcl-6cc01e6368eeff74fcaff85e89e3910e120e7afc.zip
tcl-6cc01e6368eeff74fcaff85e89e3910e120e7afc.tar.gz
tcl-6cc01e6368eeff74fcaff85e89e3910e120e7afc.tar.bz2
* library/tcltest/tcltest.tcl: Correction to debug prints and testing
* library/tcltest/pkgIndex.tcl: if TCLTEST_OPTIONS value. Corrected * tests/tcltest.test: double increment of numTestFiles in -singleproc 1 configurations. Updated tcltest-19.1 to tcltest 2.1 behavior. Corrected tcltest-25.3 to not falsely report a failure in tcltest.test. Bumped to tcltest 2.2.6. [Bugs 960560, 960926]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e3247c9..9a4d3cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
2004-05-26 Don Porter <dgp@users.sourceforge.net>
* library/tcltest/tcltest.tcl: Correction to debug prints and testing
- * library/tcltest/pkgIndex.tcl: if TCLTEST_OPTIONS value. Updated
- * tests/tcltest.test: tcltest-19.1 to tcltest 2.1 behavior.
- Bumped to tcltest 2.2.6.
+ * library/tcltest/pkgIndex.tcl: if TCLTEST_OPTIONS value. Corrected
+ * tests/tcltest.test: double increment of numTestFiles in
+ -singleproc 1 configurations. Updated tcltest-19.1 to tcltest 2.1
+ behavior. Corrected tcltest-25.3 to not falsely report a failure
+ in tcltest.test. Bumped to tcltest 2.2.6. [Bugs 960560, 960926]
2004-05-25 Jeff Hobbs <jeffh@ActiveState.com>