]> 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:30:35 +0000 (15:30 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 10 Nov 2015 13:30:35 +0000 (15:30 +0200)
commit40fe35a95ee67721720f2aa9b5059417b4637ee1
treec9fb18ac4fdb845129ea8de7c95974ef220aca70
parentfed16ec7c254ad33d4932297d185c4b45dd26be1
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.
Lib/tkinter/test/support.py
Lib/tkinter/test/test_tkinter/test_font.py