summaryrefslogtreecommitdiffstats
path: root/tests/pkg/samename.tcl
Commit message (Collapse)AuthorAgeFilesLines
* * Fixed [Bug 575857] where this test filedgp2002-07-041-25/+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-011-25/+0
| | | | | [makeFile] and [removeFile] so tests are done in [temporaryDirecotry] where write access is guaranteed.
* * 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).