summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts@users.sourceforge.net <patthoyts>2009-01-13 01:46:05 (GMT)
committerpatthoyts@users.sourceforge.net <patthoyts>2009-01-13 01:46:05 (GMT)
commita8ecae92aca6d35368c04dd874e902cb463a6111 (patch)
tree2bb2e17fa91b47afa565195e5553ba50edf99aa9 /ChangeLog
parent75f4a4ffbbd046dbd79b0cb405616f8734d6dbe8 (diff)
downloadtk-a8ecae92aca6d35368c04dd874e902cb463a6111.zip
tk-a8ecae92aca6d35368c04dd874e902cb463a6111.tar.gz
tk-a8ecae92aca6d35368c04dd874e902cb463a6111.tar.bz2
Tk tests that create images need to be independent of the interpreter environment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76ddfd4..9d3ddc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-13 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * tests/constraints.tcl: Made the tests more independent of the presence
+ * tests/*.test: of images in the interpreter.
+
2009-01-11 Pat Thoyts <patthoyts@users.sourceforge.net>
* tests/bind.test: Fixed keysym bind tests for unix [Bug 2336454]