| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
* library/tcltest/tcltest.tcl: restored writeability testing of
-tmpdir, augmented by a special exception for the deafault value.
|
|
|
|
|
| |
[makeFile] and [removeFile] so tests are done in [temporaryDirecotry]
where write access is guaranteed.
|
|
* 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).
|