summaryrefslogtreecommitdiffstats
path: root/tests/result.test
Commit message (Collapse)AuthorAgeFilesLines
* * tests/result.test (result-6.2): Add test for Bug 1649062 sodgp2007-06-051-0/+16
| | | | that 8.4 and 8.5 both test the same outcome and we verify compatibility.
* fix for [Bug 1008314]Miguel Sofer2004-08-161-5/+28
|
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-2/+2
| | | | | | | with options -constraints knownBug -limitConstraints 1 only tests the knownBug tests. Mostly involves replacing direct access to the testConstraints array with calls to the testConstraint command (which requires tcltest version 2).
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-1/+1
| | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
* Changed the tests to use the testConstraints array that thejenn1999-07-011-1/+1
| | | | test harness uses instead of the old name (testConfig).
* Fixed style problems in many of the test files.rjohnson1999-06-261-1/+1
| | | | Fixed bug in pkg.test where defs.tcl was still being used.
* Modified the tests to use the package tcltestjenn1999-06-261-1/+2
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+102