summaryrefslogtreecommitdiffstats
path: root/tests/pkg
Commit message (Collapse)AuthorAgeFilesLines
* * Fixed [Bug 575857] where this test filedgp2002-07-0416-362/+0
| | | | | | expected to be able to write to [file join [testsDirectory] pkg]. Part of the fix was to import several auxilliary files into the test file itself.
* * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test.dgp2002-07-011-0/+25
| | | | | * library/tcltest/tcltest.tcl: restored writeability testing of -tmpdir, augmented by a special exception for the deafault value.
* * Updated auto_mkIndex tests to usedgp2002-07-013-32/+0
| | | | | [makeFile] and [removeFile] so tests are done in [temporaryDirecotry] where write access is guaranteed.
* * tests/pkg/magicchar2.tcl:ericm2000-01-291-0/+1
| | | | | | | | | * tests/autoMkindex.test: Test for auto loader fix (bug #2480). * library/init.tcl: auto_load was using [info commands $name] to determine if a given command was available; if the command name had * or [] it, this would fail because info commands uses glob-style matching. This is fixed. (Bug #2480).
* * tests/pkg/spacename.tcl:ericm2000-01-281-0/+3
| | | | | | | * tests/pkgMkIndex.test: Tests for fix for bug #2360. * library/package.tcl: Fixed to extract only the first element of the list returned by auto_qualify (bug #2360).
* * tests/pkg/magicchar.tcl:ericm2000-01-281-0/+6
| | | | | | | | | * tests/autoMkindex.test: Test for fix for bug #2611. * library/auto.tcl: Fixed the regular expression that performs $ escaping before sourcing a file to index. It was erroneously adding \ escapes even to $'s that were already escaped, effectively "un-escaping" those $'s. (bug #2611).
* * tests/pkg/samename.tcl: test file for bug #1983ericm2000-01-271-0/+25
| | | | | | | | * tests/pkgMkIndex.test: * library/package.tcl: Fixed bug #1983, dealing with pkg_mkIndex incorrectly handling situations with two procs by the same name but in different namespaces (ie, foo::baz and bar::baz).
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+16
|
* Added test filewelch1998-12-041-0/+15
|
* Added the pkg_mkIndex test suiteescoffon1998-10-1712-0/+303