diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-08 20:43:49 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-08 20:43:49 (GMT) |
commit | 1aa8e03a631b9af272dfc0de22e773bf95d37e72 (patch) | |
tree | 25a256cda4eff0b517d65bcf376f3c5f7a86af40 /doc | |
parent | 284a565718399779d86f434a058a3d2880270e8f (diff) | |
download | tcl-1aa8e03a631b9af272dfc0de22e773bf95d37e72.zip tcl-1aa8e03a631b9af272dfc0de22e773bf95d37e72.tar.gz tcl-1aa8e03a631b9af272dfc0de22e773bf95d37e72.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]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tcltest.n | 6 |
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 |