diff options
author | jenn <jenn> | 2000-01-27 23:44:01 (GMT) |
---|---|---|
committer | jenn <jenn> | 2000-01-27 23:44:01 (GMT) |
commit | 335c1f78124d678298612ab09fed880c7042aebc (patch) | |
tree | 7ea24b8a84f6b0a46229df7a60e1cfeab0eda6e9 /library/tcltest/pkgIndex.tcl | |
parent | d8c3ee2177ba3302b1caf7fe451592c210d68212 (diff) | |
download | tcl-335c1f78124d678298612ab09fed880c7042aebc.zip tcl-335c1f78124d678298612ab09fed880c7042aebc.tar.gz tcl-335c1f78124d678298612ab09fed880c7042aebc.tar.bz2 |
* library/tcltest1.0/tcltest.tcl: Changed NormalizePath to
normalizePath and exported it as a public proc. This proc
creates an absolute path given the name of the variable containing
the path to modify. The path is modified in place.
* library/tcltest1.0/pkgIndex.tcl: Added normalizePath.
* tests/all.tcl: Changed code to use normalizePath.
Diffstat (limited to 'library/tcltest/pkgIndex.tcl')
-rw-r--r-- | library/tcltest/pkgIndex.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl index 205cbbb..7a58882 100644 --- a/library/tcltest/pkgIndex.tcl +++ b/library/tcltest/pkgIndex.tcl @@ -14,4 +14,5 @@ package ifneeded tcltest 1.0 [list tclPkgSetup $dir tcltest 1.0 \ ::tcltest::removeDirectory ::tcltest::removeFile \ ::tcltest::restoreState ::tcltest::saveState ::tcltest::test \ ::tcltest::threadReap ::tcltest::viewFile ::tcltest::grep \ - ::tcltest::getMatchingFiles ::tcltest::loadTestedCommands}}}] + ::tcltest::getMatchingFiles ::tcltest::loadTestedCommands \ + ::tcltest::normalizePath }}}] |