diff options
author | dgp <dgp@users.sourceforge.net> | 2002-04-18 00:00:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-04-18 00:00:18 (GMT) |
commit | 1d3478af405363aa417cd37865933cdef5a21016 (patch) | |
tree | 09116ae26cf4df9fc90ae0bea9aae5a73bd82b21 /ChangeLog | |
parent | f8e3f761fbe684f67eb4bd3e9c2adc2e4af0f6f2 (diff) | |
download | tcl-1d3478af405363aa417cd37865933cdef5a21016.zip tcl-1d3478af405363aa417cd37865933cdef5a21016.tar.gz tcl-1d3478af405363aa417cd37865933cdef5a21016.tar.bz2 |
* Removed [saveState] and [restoreState] from
tcltest 2 documentation, effectively deprecating them. [Bug 495660]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2002-04-17 Don Porter <dgp@users.sourceforge.net> + * doc/tcltest.n: Removed [saveState] and [restoreState] from + tcltest 2 documentation, effectively deprecating them. [Bug 495660] + * tests/iogt.test: Revised to run tests in a namespace, rather than use the useless and buggy [saveState] and [restoreState] commands of tcltest. Updated to use tcltest 2 as well. [Patch 544911] |