diff options
author | dgp <dgp@users.sourceforge.net> | 2004-05-26 16:24:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-05-26 16:24:32 (GMT) |
commit | 9cefb7f497fab0c1e5c76c1ec4f51587c0889eb9 (patch) | |
tree | f2c96e617c7a1b44387f1aecd456d549c3660404 /ChangeLog | |
parent | dc99340ce6d28dea1878ff46900fcd01528947cb (diff) | |
download | tcl-9cefb7f497fab0c1e5c76c1ec4f51587c0889eb9.zip tcl-9cefb7f497fab0c1e5c76c1ec4f51587c0889eb9.tar.gz tcl-9cefb7f497fab0c1e5c76c1ec4f51587c0889eb9.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-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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> |