summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2008-03-20 13:23:18 (GMT)
committerdkf <dkf@noemail.net>2008-03-20 13:23:18 (GMT)
commit2ca587c9fdb7e8ab5c952916e01f64950f45017d (patch)
tree2c405fb207d916febaed1667cea83fefbbd30328 /ChangeLog
parentc9a16f41f75341abe7e0b54d8ced1b39f70b4623 (diff)
downloadtk-2ca587c9fdb7e8ab5c952916e01f64950f45017d.zip
tk-2ca587c9fdb7e8ab5c952916e01f64950f45017d.tar.gz
tk-2ca587c9fdb7e8ab5c952916e01f64950f45017d.tar.bz2
Rewrote so that tests clean up after themselves, not after the preceding test.
FossilOrigin-Name: 3a036b1b70211ce93158f3c035569ac680da68fe
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]