summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-04-18 00:00:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-04-18 00:00:18 (GMT)
commit1d3478af405363aa417cd37865933cdef5a21016 (patch)
tree09116ae26cf4df9fc90ae0bea9aae5a73bd82b21 /doc
parentf8e3f761fbe684f67eb4bd3e9c2adc2e4af0f6f2 (diff)
downloadtcl-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 'doc')
-rw-r--r--doc/tcltest.n18
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