summaryrefslogtreecommitdiffstats
path: root/tests/basic.test
Commit message (Collapse)AuthorAgeFilesLines
* * library/tcltest1.0/tcltest2.tcl:jenn2000-10-191-3/+7
| | | | | | | | | | | | | | * tests/tcltest2.test * doc/tcltest2.n: Code and documentation cleanup. Modified -verbose to take list of keywords as well as string of letters. Removed Tcl version information from tcltest. Removed tcltest::grep from tcltest package. Added optional 3rd directory argument to makeFile/makeDirectory and removeFile/removeDirectory. * tests/basic.test: Changed references to tcltest::tclVersion to hardcoded numbers. * generic/tcl.h: Changed reference to tcltest2.tcl and tcltest.tcl in comments to tests/basic.test.
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
* * tests/tcltest.test:jenn1999-10-191-3/+3
| | | | | | | | | | | * 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]
* * tests/basic.test: updated test cases for 8.3hobbs1999-10-131-3/+3
| | | | | | * tests/encoding.test: fixed test case that change system encoding to a double-byte one (this causes a bogus mem read error for purify)
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
|
* Changed to Tcl 8.2b1welch1999-06-251-3/+3
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-44/+186
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* check for test commands before running tests.hershey1998-07-281-0/+4
|
* Initial revisionrjohnson1998-03-261-0/+399