]> 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:38 +0000 (15:31 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 10 Nov 2015 13:31:38 +0000 (15:31 +0200)
commite46e09d0f5fc5b47d508abc510d92be0aba95599
tree74bc68c8ed004deaf32c82c8f11d1f8900ef7ede
parentc379ade1bb0cd1636050d5576a9db1030c136a55
parent40fe35a95ee67721720f2aa9b5059417b4637ee1
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.