]> granicus.if.org Git - python/commit
Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 10 Nov 2015 13:31:52 +0000 (15:31 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 10 Nov 2015 13:31:52 +0000 (15:31 +0200)
commitfa02131adbf70971ecc07dc349ba64713bdbfe44
tree64172a55209c2b3fddc8641f953afdfb2a14284e
parente0a0afdf70ecb1c104d5a802d74d00aaed6508d1
parente46e09d0f5fc5b47d508abc510d92be0aba95599
Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
failure when the test is ran the second time.

The root attribute was set in parent class in setUpClass and then
overridded in child class in tearDownClass.