summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-10-27 20:53:35 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-10-27 20:53:35 (GMT)
commit735e9fb4795704a351f58505a21ad08f077d48ef (patch)
tree5416675fede22765cce8d52871bdd496dd2ca1d1 /ChangeLog
parent4acd535a45b785914cfabbadb987305ce8bf8544 (diff)
downloadtcl-735e9fb4795704a351f58505a21ad08f077d48ef.zip
tcl-735e9fb4795704a351f58505a21ad08f077d48ef.tar.gz
tcl-735e9fb4795704a351f58505a21ad08f077d48ef.tar.bz2
* tests/registry.test: Fixed test files to load the correct
* tests/winDde.test: registry and dde packages by using the info * win/Makefile.in: from makefiles to tell tcltest where to load * win/makefile.vc: them from. This avoids grabbing the wrong package from $auto_path which might be the install point rather than the dev location. Kudos to Jennifer Hom for adding -load and -loadfile to the tcltest package. [Bug 926088]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa2b621..5c65936 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,14 @@
TclpObjStat, TclpObjAccess,
TclpOpenFileChannel
+ * tests/registry.test: Fixed test files to load the correct
+ * tests/winDde.test: registry and dde packages by using the info
+ * win/Makefile.in: from makefiles to tell tcltest where to load
+ * win/makefile.vc: them from. This avoids grabbing the wrong
+ package from $auto_path which might be the install point rather than
+ the dev location. Kudos to Jennifer Hom for adding -load and
+ -loadfile to the tcltest package. [Bug 926088]
+
2004-10-27 Andreas Kupries <andreask@activestate.com>
* tests/tm.test: Expanded on the testsuite entered by Donal.