summaryrefslogtreecommitdiffstats
path: root/doc/tcltest.n
Commit message (Collapse)AuthorAgeFilesLines
* * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-293/+264
| | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* More GOOBE quotingdkf2007-10-251-202/+225
|
* Lots of improvements to look and feel of manual pagesdkf2007-10-241-71/+77
|
* Remove over-wide lines from nroff output.dkf2007-07-041-19/+54
|
* * doc/tcltest.n: Typo fix. [Bug 1663539]dgp2007-02-201-2/+2
|
* * doc/tcltest.n: Bump to version tcltest 2.3.0 to accountdgp2006-09-111-3/+3
| | | | | | | | | * library/tcltest/pkgIndex.tcl: for new "-verbose line" feature. * library/tcltest/tcltest.tcl: * unix/Makefile.in: * win/Makefile.in: * win/makefile.bc: * win/makefile.vc:
* * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback ofdas2006-09-101-2/+4
| | | | | | | | | | | | | | | | | | * tests/msgcat.test: default msgcat locale to * unix/tclUnixInit.c (TclpSetVariables): current CFLocale identifier if available (via private ::tcl::mac::locale global, set at interp init when on Mac OS X 10.3 or later with CoreFoundation). * library/tcltest/tcltest.tcl: add 'line' verbose level: prints source * doc/tcltest.n: file line information of failing tests. * macosx/Tcl.xcodeproj/project.pbxproj: add new tclUnixCompat.c file; revise tests target to use new tcltest 'line' verbose level. * unix/configure.in: add descriptions to new AC_DEFINEs for MT-safe. * unix/tcl.m4: add caching to new SC_TCL_* macros for MT-safe wrappers. * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59
* Yet more small fixesdkf2004-10-271-21/+21
|
* More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-061-2/+2
|
* * doc/tcltest.n:dgp2004-02-181-3/+4
| | | | | | * library/tcltest/tcltest.tcl: Changed -verbose default value to {body error} so that detailed information on unexpected errors in tests is provided by default, even after the fix for [Bug 725253]
* * doc/tcltest.n: Restored the [Eval] proc to replacedgp2003-07-181-7/+7
| | | | | | | | | | * library/tcltest/tcltest.tcl: the [::puts] command when either the -output or -error option for [test] is in use, in order to capture data written to the output or error channels for comparison against what is expected. This is easier to document and agrees better with most user expectations than the previous attempt to replace [puts] only in the caller's namespace. Documentation made more precise on the subject. [Bug 706359]
* update docs for latest changedgp2003-03-261-6/+3
|
* * doc/tcltest.n: Added missing "-body" to example. Thanks todgp2003-03-081-3/+3
| | | | Helmut Giese. [Bug 700011]
* Use [file dirname], not the abbreviation [file dir]dgp2003-01-241-2/+2
|
* corrected overlooked bump to version 2.2dgp2003-01-241-3/+3
|
* * doc/tcltest.n: fixed typo [Bug 618018]. Thanks to "JJM".dgp2002-10-031-5/+5
|
* formatting fixes (Thanks jenglish!)dgp2002-09-061-11/+15
|
* * doc/file.n: Format correction, and clarified [file normalize]dgp2002-09-061-100/+134
| | | | | | returns an absolute path. * doc/tcltest.n: Added examples section, as long promised.
* * doc/tcltest.n: Clarified phrasing.dgp2002-09-061-2/+2
|
* * doc/tcltest.n: Fixed incompatibility in [viewFile].dgp2002-07-081-3/+3
| | | | | * library/tcltest/tcltest.tcl: Corrected docs. Bumped to 2.2.1. * library/tcltest/pkgIndex.tcl: [Bug 578163]
* minor doc fixcore_8_4_b1hobbs2002-07-051-4/+4
|
* just a few more corrections...dgp2002-07-031-7/+6
|
* incorrect section name reference.dgp2002-07-031-2/+2
|
* * doc/tcltest.n: more refinements of the documentation.dgp2002-07-031-209/+241
| | | | | * library/tcltest/tcltest.tcl: Added trace to be sure the stdio constraint is updated whenever the [interpreter] changes.
* Markup fixes, spellcheck.jenglish2002-07-021-28/+26
|
* * doc/tcltest.n: Reverted [makeFile] and [viewFile] todgp2002-07-021-7/+11
| | | | | | | | * library/tcltest/tcltest.tcl: their former behavior, and documented * tests/cmdAH.test: it. Corrected misspelling of hook * tests/event.test: procedure. Restored tests. * tests/http.test: * tests/io.test:
* * library/tcltest/tcltest.tcl: Simplified logic of [GetMatchingFiles]dgp2002-07-021-408/+190
| | | | | | | and [GetMatchingDirectories], removing special case processing. * doc/tcltest.n: More documentation updates. Reference sections are complete. Only examples need adding.
* * doc/tcltest.n: more work in progress updating tcltest docs.dgp2002-07-011-139/+156
| | | | | | | * library/tcltest/tcltest.tcl: Change [configure -match] to stop treating an empty list as a list of the single pattern "*". Changed the default value to [list *] so default operation remains the same.
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-011-7/+7
|
* * work in progress updating tcltest documentation.dgp2002-07-011-86/+73
|
* * docs/tcltest.n: Doc revisions in progress.dgp2002-06-281-242/+409
| | | | | | * library/tcltest/tcltest.tcl: Corrected -testdir default value. Was not reliable, and disagreed with docs! Thanks to Hemang Lavana. [Bug 575150]
* * Work in progress updating the documentation of the packages thatdgp2002-06-271-91/+76
| | | | come bundled with the Tcl source distribution, notably tcltest.
* * 4) deprecated [threadReap] and [mainThread] [Bug 534903]dgp2002-06-061-21/+2
|
* * tests/io.test: Fixed up namespace variable resolution issuesdgp2002-06-061-27/+11
| | | | | | | | | | | | revealed by running test suite with "-singleproc 1". * doc/tcltest.n: * library/tcltest/tcltest.tcl: * tests/tcltest.test: Several updates to tcltest. 1) changed to lazy initialization of test constraints 2) deprecated [initConstraintsHook] 3) repaired badly broken [limitConstraints]. [Patch 512214, Bug 558742, Bug 461000]
* * Implementation of TIP 85. Allows tcltestdgp2002-06-031-7/+22
| | | | | | | users to add new legal values of the -match option to [test], associating each with a Tcl command that does the matching of expected results with actual results of tests. Thanks to Arjen Markus. [Patch 521362]
* * Removed [saveState] and [restoreState] fromdgp2002-04-181-17/+1
| | | | tcltest 2 documentation, effectively deprecating them. [Bug 495660]
* * Revised [tcltest::test] to return errorsdgp2002-04-151-11/+11
| | | | | | | when called with invalid syntax and to accept exactly two arguments as documented. Improved error messages. [Bug 497446, Patch 513983] ***POTENTIAL INCOMPATIBILITY***: Incompatible with previous tcltest 2.* releases, found only in alpha releases of Tcl 8.4.
* * Major code cleanup to deal with whitespace,dgp2002-03-271-1/+3
| | | | | coding conventions, and namespace issues, with several minor bugs fixed in the process.
* correct nroff format problemshobbs2001-11-121-4/+4
|
* fixed winhelp generation problems #480268hobbs2001-11-101-5/+6
|
* * doc/tcltest.n: corrected incorrect macro usage.hobbs2001-03-301-46/+47
|
* * tests/all.tcl: Removed support for tcltest 1.0.jenn2000-10-241-339/+668
| | | | | | | | | | * tests/tcltest.test: * library/tcltest1.0/tcltest.tcl: * library/tcltest1.0/pkgIndex.tcl: * docs/tcltest.n: Moved tcltest2 code so that it's the standard version of tcltest. Removed all tcltest2 files (tests/tcltest2.test, library/tcltest1.0/tcltest2.tcl, docs/tcltest2.n).
* removed ^M's from man page - confuses man2tclhobbs1999-12-221-23/+23
|
* * doc/scan.n:hobbs1999-11-191-3/+3
| | | | | | | | | | | | | | * tests/scan.test: * generic/tclScan.c: finished support for inline scan by supporting XPG identifiers. * doc/http.n: * library/http2.1/http.tcl: added register and unregister commands to http:: package (better support for tls/SSL), as well as -type argument to http::geturl. [RFE: 2617] * doc/glob.n: added note about ..../ glob behavior on Win9* * doc/tcltest.n: fixed minor example errors [Bug: 3551]
* * tests/tcltest.test:jenn1999-10-191-4/+31
| | | | | | | | | | | * doc/tcltest.n: * library/tcltest1.0/tcltest.tcl: Removed the extra return at the end of the tcltest.tcl file. Applied patches sent in by Andreas Kupries to add helper procs for debug output, add 3 new flags (-testsdir, -load, -loadfile), and internally refactors common code for dealing with paths into separate procedures. [Bug: 2838, 2842]
* lintjenn1999-08-311-5/+7
|
* Minor tweaks to get these pages through the HTML converterscriptics_tclpro_1_3_0core_8_2_0welch1999-08-131-6/+6
|
* * tests/tcltest.test:jenn1999-07-261-145/+211
| | | | | | * library/tcltest1.0/tcltest.tcl: * doc/tcltest.n: Cleaned up code in ::tcltest::PrintError, revised documentation, and added tests for the tcltest package.
* Removed -asidefromdir and -relateddir flags, removed unusedjenn1999-07-091-23/+22
| | | | | ::tcltest::dotests proc, cleaned up implementation of core file checking, and fixed the code that checks for 1-letter flag abbreviations.
* Added flags -limitconstraints, -preservecore, -help, -file, -notfile, ↵jenn1999-06-291-34/+157
| | | | | | | | | | -relateddir, and -asidefromdir to tcltest.tcl. Also added exported proc ::tcltest::getMatchingTestFiles to tcltest.tcl. Modified documentation to match and all.tcl to use the new functionality instead of implementing -file itself. Changed some test names in winPipe.test to remove duplicates.