summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-03-20 13:23:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-03-20 13:23:18 (GMT)
commit8365f49c5961e46f2789d02b9fc8ce444b9bfc24 (patch)
tree2c405fb207d916febaed1667cea83fefbbd30328 /ChangeLog
parent4f4fb2cb42985fdfa9c4bb21ee432cdedb70e2a8 (diff)
downloadtk-8365f49c5961e46f2789d02b9fc8ce444b9bfc24.zip
tk-8365f49c5961e46f2789d02b9fc8ce444b9bfc24.tar.gz
tk-8365f49c5961e46f2789d02b9fc8ce444b9bfc24.tar.bz2
Rewrote so that tests clean up after themselves, not after the preceding test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 339902b..2cb1bac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-20 Donal K. Fellows <dkf@users.sf.net>
+
+ * tests/wm.test: Rewrote so that tests clean up after themselves
+ rather than leaving that to the following test. Makes it easier to
+ catch problems where they originate. Inspired by [Bug 1852338]
+
2008-03-19 Donal K. Fellows <dkf@users.sf.net>
* doc/GetClrmap.3: Documented Tk_PreserveColormap. [Bug 220809]