diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-04 00:32:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-04 00:32:53 (GMT) |
commit | 72dbcf251c1f6a8af1d20d7eaa97bd014445ef71 (patch) | |
tree | ed284d443845c560065f4e46fb85b8099de3eb70 /ChangeLog | |
parent | fda47bbaa13e43865058a11d857c9c08ebb02137 (diff) | |
download | tcl-72dbcf251c1f6a8af1d20d7eaa97bd014445ef71.zip tcl-72dbcf251c1f6a8af1d20d7eaa97bd014445ef71.tar.gz tcl-72dbcf251c1f6a8af1d20d7eaa97bd014445ef71.tar.bz2 |
* Fixed [Bug 575857] where this test file
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,5 +1,26 @@ 2002-07-03 Don Porter <dgp@users.sourceforge.net> + * tests/pkg/circ1.tcl: removed + * tests/pkg/circ2.tcl: removed + * tests/pkg/circ3.tcl: removed + * tests/pkg/global.tcl: removed + * tests/pkg/import.tcl: removed + * tests/pkg/pkg1.tcl: removed + * tests/pkg/pkg2_a.tcl: removed + * tests/pkg/pkg2_b.tcl: removed + * tests/pkg/pkg3.tcl: removed + * tests/pkg/pkg4.tcl: removed + * tests/pkg/pkg5.tcl: removed + * tests/pkg/pkga.tcl: removed + * tests/pkg/samename.tcl: removed + * tests/pkg/simple.tcl: removed + * tests/pkg/spacename.tcl: removed + * tests/pkg/std.tcl: removed + * tests/pkgMkIndex.test: Fixed [Bug 575857] where this test file + 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/main.test: Cheap fix for [Bugs 575851, 575858]. Avoid * tests/tcltest.test: non-writable . by [cd [temporaryDirectory]]. |