diff options
author | hobbs <hobbs> | 1999-10-13 01:24:31 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-13 01:24:31 (GMT) |
commit | eef711b7bb93ea26a5222fb8ba70ee2e87a34e94 (patch) | |
tree | 4a478f2cdb4217f481a50a250e83bd6b9f175307 /library | |
parent | fbca4c0659bc3640f593fec4fd542e32b8659171 (diff) | |
download | tcl-eef711b7bb93ea26a5222fb8ba70ee2e87a34e94.zip tcl-eef711b7bb93ea26a5222fb8ba70ee2e87a34e94.tar.gz tcl-eef711b7bb93ea26a5222fb8ba70ee2e87a34e94.tar.bz2 |
* library/tcltest1.0/pkgIndex.tcl: fixed procs in pkgIndex.tcl file
Diffstat (limited to 'library')
-rw-r--r-- | library/tcltest/pkgIndex.tcl | 11 | ||||
-rw-r--r-- | library/tcltest1.0/pkgIndex.tcl | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl index 96b38cc..c79a8b0 100644 --- a/library/tcltest/pkgIndex.tcl +++ b/library/tcltest/pkgIndex.tcl @@ -10,9 +10,8 @@ package ifneeded tcltest 1.0 [list tclPkgSetup $dir tcltest 1.0 \ {{tcltest.tcl source {::tcltest::bytestring ::tcltest::cleanupTests \ - ::tcltest::dotests ::tcltest::makeDirectory ::tcltest::makeFile \ - ::tcltest::normalizeMsg ::tcltest::removeDirectory \ - ::tcltest::removeFile ::tcltest::restoreState ::tcltest::saveState \ - ::tcltest::test ::tcltest::threadReap ::tcltest::viewFile memory \ - ::tcltest:grep ::tcltest::getMatchingTestFiles }}}] - + ::tcltest::makeDirectory ::tcltest::makeFile ::tcltest::normalizeMsg \ + ::tcltest::removeDirectory ::tcltest::removeFile \ + ::tcltest::restoreState ::tcltest::saveState ::tcltest::test \ + ::tcltest::threadReap ::tcltest::viewFile ::tcltest::grep \ + ::tcltest::getMatchingFiles ::tcltest::loadTestedCommands}}}] diff --git a/library/tcltest1.0/pkgIndex.tcl b/library/tcltest1.0/pkgIndex.tcl index 96b38cc..c79a8b0 100644 --- a/library/tcltest1.0/pkgIndex.tcl +++ b/library/tcltest1.0/pkgIndex.tcl @@ -10,9 +10,8 @@ package ifneeded tcltest 1.0 [list tclPkgSetup $dir tcltest 1.0 \ {{tcltest.tcl source {::tcltest::bytestring ::tcltest::cleanupTests \ - ::tcltest::dotests ::tcltest::makeDirectory ::tcltest::makeFile \ - ::tcltest::normalizeMsg ::tcltest::removeDirectory \ - ::tcltest::removeFile ::tcltest::restoreState ::tcltest::saveState \ - ::tcltest::test ::tcltest::threadReap ::tcltest::viewFile memory \ - ::tcltest:grep ::tcltest::getMatchingTestFiles }}}] - + ::tcltest::makeDirectory ::tcltest::makeFile ::tcltest::normalizeMsg \ + ::tcltest::removeDirectory ::tcltest::removeFile \ + ::tcltest::restoreState ::tcltest::saveState ::tcltest::test \ + ::tcltest::threadReap ::tcltest::viewFile ::tcltest::grep \ + ::tcltest::getMatchingFiles ::tcltest::loadTestedCommands}}}] |