diff options
author | dgp <dgp@users.sourceforge.net> | 2002-10-03 15:39:55 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-10-03 15:39:55 (GMT) |
commit | c5b3649d3b52b166ea82c04d1db2e8148457f80f (patch) | |
tree | 82ce6bac8fc17b4a127bf54c8b371d2b43efbc71 /doc/tcltest.n | |
parent | ab7c4df02b91f86fd42936b1c44f131bf042fb3f (diff) | |
download | tcl-c5b3649d3b52b166ea82c04d1db2e8148457f80f.zip tcl-c5b3649d3b52b166ea82c04d1db2e8148457f80f.tar.gz tcl-c5b3649d3b52b166ea82c04d1db2e8148457f80f.tar.bz2 |
* doc/tcltest.n: fixed typo [Bug 618018]. Thanks to "JJM".
Diffstat (limited to 'doc/tcltest.n')
-rw-r--r-- | doc/tcltest.n | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n index e9d0549..efae16d 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.35 2002/09/06 20:46:15 dgp Exp $ +'\" RCS: @(#) $Id: tcltest.n,v 1.36 2002/10/03 15:39:56 dgp Exp $ '\" .so man.macros .TH "tcltest" n 2.1 tcltest "Tcl Bundled Packages" @@ -1047,10 +1047,10 @@ be reported by [\fBcleanupTests\fR] for tests at the same level as test level-1.1. However, test results for all tests run prior to level-1.1 will be available when test level-2.1 runs. What this means is that if you try to access the test results for test level-2.1, -it will may say that 'm' tests have run, 'n' tests have been skipped, -'o' tests have passed and 'p' tests have failed, where 'm', 'n', 'o', -and 'p' refer to tests that were run at the same test level as -test level-1.1. +it will may say that 'm' tests have run, 'n' tests have +been skipped, 'o' tests have passed and 'p' tests have failed, +where 'm', 'n', 'o', and 'p' refer to tests that were run at the +same test level as test level-1.1. .PP Implementation of output and error comparison in the test command depends on usage of puts in your application code. Output is |