summaryrefslogtreecommitdiffstats
path: root/doc/tcltest.n
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-07-08 20:43:48 (GMT)
committerdgp <dgp@noemail.net>2002-07-08 20:43:48 (GMT)
commit4d88da8cd2468d0462888f9f7ba2d05ca9cd1fae (patch)
tree25a256cda4eff0b517d65bcf376f3c5f7a86af40 /doc/tcltest.n
parent25939ae925e5718e6432eec93c506ab91a9edbe7 (diff)
downloadtcl-4d88da8cd2468d0462888f9f7ba2d05ca9cd1fae.zip
tcl-4d88da8cd2468d0462888f9f7ba2d05ca9cd1fae.tar.gz
tcl-4d88da8cd2468d0462888f9f7ba2d05ca9cd1fae.tar.bz2
* doc/tcltest.n: Fixed incompatibility in [viewFile].
* library/tcltest/tcltest.tcl: Corrected docs. Bumped to 2.2.1. * library/tcltest/pkgIndex.tcl: [Bug 578163] FossilOrigin-Name: f18c8070e9a90dd6fad791750a692526b7eaa332
Diffstat (limited to 'doc/tcltest.n')
-rw-r--r--doc/tcltest.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n
index 9c911aa..6362d0e 100644
--- a/doc/tcltest.n
+++ b/doc/tcltest.n
@@ -8,7 +8,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.31 2002/07/05 07:24:43 hobbs Exp $
+'\" RCS: @(#) $Id: tcltest.n,v 1.32 2002/07/08 20:43:49 dgp Exp $
'\"
.so man.macros
.TH "tcltest" n 2.1 tcltest "Tcl Bundled Packages"
@@ -173,8 +173,8 @@ The default value of \fIdirectory\fR is the directory
as a convenient way to turn the contents of a file generated
by a test into the result of that test for matching against
an expected result. The contents of the file are read using
-the binary encoding, so the exact byte for byte contents are
-returned, with the exception of the final newline, if any.
+the system encoding, so its usefulness is limited to text
+files.
.TP
\fBcleanupTests\fR
Intended to clean up and summarize after several tests have been