summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-07-04 00:32:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-07-04 00:32:53 (GMT)
commit72dbcf251c1f6a8af1d20d7eaa97bd014445ef71 (patch)
treeed284d443845c560065f4e46fb85b8099de3eb70 /ChangeLog
parentfda47bbaa13e43865058a11d857c9c08ebb02137 (diff)
downloadtcl-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--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a53eaf2..a9b4739 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]].