diff options
author | dgp <dgp@users.sourceforge.net> | 2002-06-05 01:12:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-06-05 01:12:37 (GMT) |
commit | 6d6b5b0d0e9c53fadc2e50abbd967d516a317486 (patch) | |
tree | 4009db09e77f17f43d7727a947ab98bed252bd18 /ChangeLog | |
parent | 297b9f609d66168f3e62c65c6901d0a04a272780 (diff) | |
download | tcl-6d6b5b0d0e9c53fadc2e50abbd967d516a317486.zip tcl-6d6b5b0d0e9c53fadc2e50abbd967d516a317486.tar.gz tcl-6d6b5b0d0e9c53fadc2e50abbd967d516a317486.tar.bz2 |
* Added more TIP 85 tests from Arjen Markus.
Converted tcltest.test to use a private namespace. Fixed bugs in
[tcltest::Eval] revealed by calling [tcltest::test] from a non-global
namespace, and namespace errors in init.test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-06-04 Don Porter <dgp@users.sourceforge.net> + + * library/tcltest/tcltest.tcl: + * tests/init.test: + * tests/tcltest.test: Added more TIP 85 tests from Arjen Markus. + Converted tcltest.test to use a private namespace. Fixed bugs in + [tcltest::Eval] revealed by calling [tcltest::test] from a non-global + namespace, and namespace errors in init.test. + 2002-06-04 Mo DeJong <mdejong@users.sourceforge.net> * win/README: Update msys+mingw URL. |