diff options
author | dgp <dgp@noemail.net> | 2002-04-18 00:00:17 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2002-04-18 00:00:17 (GMT) |
commit | 6da515d705e67a396e1b7b21d115dafa4770c50d (patch) | |
tree | 09116ae26cf4df9fc90ae0bea9aae5a73bd82b21 /doc | |
parent | e592b9c41fe8dcf2eec4ee177008cef8cff22d2b (diff) | |
download | tcl-6da515d705e67a396e1b7b21d115dafa4770c50d.zip tcl-6da515d705e67a396e1b7b21d115dafa4770c50d.tar.gz tcl-6da515d705e67a396e1b7b21d115dafa4770c50d.tar.bz2 |
* Removed [saveState] and [restoreState] from
tcltest 2 documentation, effectively deprecating them. [Bug 495660]
FossilOrigin-Name: 4bd2d399ec22368518f259e101ba8057e5fac960
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tcltest.n | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n index dff7100..db5d485 100644 --- a/doc/tcltest.n +++ b/doc/tcltest.n @@ -7,7 +7,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: tcltest.n,v 1.15 2002/04/15 17:04:29 dgp Exp $ +'\" RCS: @(#) $Id: tcltest.n,v 1.16 2002/04/18 00:00:19 dgp Exp $ '\" .so man.macros .TH "tcltest" n 8.4 Tcl "Tcl Built-In Commands" @@ -88,10 +88,6 @@ tcltest \- Test harness support code and utilities .sp \fBtcltest::bytestring \fIstring\fR .sp -\fBtcltest::saveState\fR -.sp -\fBtcltest::restoreState\fR -.sp \fBtcltest::threadReap\fR .sp \fBtcltest::mainThread\fR @@ -369,18 +365,6 @@ denormalized or improperly formed strings to pass to C procedures that are supposed to accept strings with embedded NULL types and confirm that a string result has a certain pattern of bytes. .TP -\fBtcltest::saveState\fR -Save procedure and global variable names. -A test file might contain calls to \fBtcltest::saveState\fR and -\fB::tcltest:restoreState\fR if it creates or deletes global variables -or procs. -.TP -\fBtcltest::restoreState\fR -Restore procedure and global variable names. -A test file might contain calls to \fBtcltest::saveState\fR and -\fB::tcltest:restoreState\fR if it creates or deletes global variables -or procs. -.TP \fBtcltest::threadReap\fR \fBtcltest::threadReap\fR only works if \fItestthread\fR is defined, generally by compiling tcltest. If \fItestthread\fR is |