Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/tcltest.test: | jenn | 1999-10-19 | 1 | -12/+8 |
| | | | | | | | | | | | * 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] | ||||
* | Changed the tests to use the testConstraints array that the | jenn | 1999-07-01 | 1 | -2/+2 |
| | | | | test harness uses instead of the old name (testConfig). | ||||
* | Fixed style problems in many of the test files. | rjohnson | 1999-06-26 | 1 | -2/+2 |
| | | | | Fixed bug in pkg.test where defs.tcl was still being used. | ||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -4/+5 |
| | |||||
* | Resynced with mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
| | |||||
* | fixed bugs in tests--bug id 1769 | hershey | 1999-04-19 | 1 | -49/+30 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -24/+52 |
| | |||||
* | Tests for pkg_mkIndex when input files do "namespace import". BUG 1327 | welch | 1999-03-31 | 1 | -1/+8 |
| | |||||
* | Added test cases for new pkg_mkIndex -load case | welch | 1998-11-12 | 1 | -62/+41 |
| | |||||
* | Fixed some tests which were failing on the Mac because of path differences. ↵ | jingham | 1998-11-10 | 1 | -8/+8 |
| | | | | Added a test to the resource tests to cover the but I fixed. Fixed the stat test commands - the mac files were getting a leading :, which the test commands did not expect | ||||
* | Overhaul of pkg_mkIndex | welch | 1998-10-30 | 1 | -59/+18 |
| | |||||
* | Added the pkg_mkIndex test suite | escoffon | 1998-10-17 | 1 | -0/+402 |