diff options
author | dkf <dkf@noemail.net> | 2008-03-20 13:23:18 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2008-03-20 13:23:18 (GMT) |
commit | 2ca587c9fdb7e8ab5c952916e01f64950f45017d (patch) | |
tree | 2c405fb207d916febaed1667cea83fefbbd30328 /ChangeLog | |
parent | c9a16f41f75341abe7e0b54d8ced1b39f70b4623 (diff) | |
download | tk-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |