From c5b3649d3b52b166ea82c04d1db2e8148457f80f Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 3 Oct 2002 15:39:55 +0000 Subject: * doc/tcltest.n: fixed typo [Bug 618018]. Thanks to "JJM". --- ChangeLog | 4 ++++ doc/tcltest.n | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1641124..062f6ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-10-03 Don Porter + + * doc/tcltest.n: fixed typo [Bug 618018]. Thanks to "JJM". + 2002-10-03 Donal K. Fellows * tools/man2help2.tcl: 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 -- cgit v0.12